export declare function getExtConfig({ success, fail, complete }: { success: any; fail: any; complete: any; }): any; export declare function getExtConfigSync(): any;