declare const Q: (body: any) => any; export declare const getInitDataForPlugin: (extension: any, version: any) => any; export declare const getConfigForApp: (body: any) => any; export declare const configApiMethod: (body: any) => any; export declare const handleUpload: (files: FileList, folderUid?: string) => Promise; export default Q;