import { Obj } from '../../types'; export declare const DEFAULT_LANG = "en"; export declare const LOCALES: Obj; export declare function op(state: any): number | string | boolean; export declare function text(state: any): string; export declare function check(state: any): boolean; declare const _default: any; export default _default;