export declare const setAppConfig: (config: T) => void; export declare const getAppConfig: () => T;