export declare const OS_HOME: string; export declare const IMQ_HOME = "~/.imq"; export declare const TPL_REPO: string; export declare const TPL_HOME: string; export declare const CUSTOM_TPL_HOME: string; export declare const VAR_HOME: string; export declare const CONFIG_FILENAME = "config.json"; export declare const CONFIG_PATH: string; export declare const IS_ZSH: boolean; export declare const VERSION: any;