export interface IGlobalOption { [key: string]: any; } declare const options: IGlobalOption; export default options;