export declare function setLocal(local: string): void;
export declare function getValidLanguage(local: any): any;
export declare const langList: {
    label: string;
    value: string;
}[];
export declare function getResource(): {
    [key: string]: any;
};
//# sourceMappingURL=config.d.ts.map