type Constants = {
    API_BASE_URL: string;
    FRONTEND_URL: string;
    CONFIG_FILE_NAME: string;
    TOKENS_FOLDER: string;
    TOKEN_FILE_NAME: string;
    LANG_CONFIG_FILE_NAME: string;
    MODE: 'production' | 'dev';
    UPDATE_COMMAND: string;
};
export declare const constants: Constants;
export {};
//# sourceMappingURL=constants.d.ts.map