export declare const getExtConfigSync: () => Promise<{ errMsg: string; }>; export declare const getExtConfig: () => Promise<{ errMsg: string; }>;