import { Api } from 'amis/lib/types'; export declare const libFetcher: (api: Api, data: any, option?: { [propName: string]: any; autoAppend?: boolean | undefined; ignoreData?: boolean | undefined; }) => any;