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