import { CnSelectOptionProps } from "../cn-select";
import { CnAgreementRequestConfig } from './types';
export declare function handleRequestService(requestConfig: CnAgreementRequestConfig, remoteUrl?: string): (() => Promise<CnSelectOptionProps>) | (() => Promise<CnSelectOptionProps[]>);