export declare const isExternalModule: (moduleCode: string) => boolean; export declare const callSyncExternalModule: () => Promise; export declare const callExecuteExternalProviderModule: (moduleCode: string, providerCode: string, method: string, args: any[], config?: { externalDataSource?: { name: string; fields: any[]; external_source: any; }; settings?: any; constructorArgs?: any[]; }) => Promise; export declare const getCustomProviderConfig: (moduleCode: string, providerCode: string, matchCondition?: "and" | "or") => any;