import type { ConfigureOptions } from './types'; interface Formats { number: Record; date: Record; time: Record; } export declare const defaultFormats: Formats; export declare const defaultOptions: ConfigureOptions; export declare function getOptions(): ConfigureOptions; export declare function init(opts: ConfigureOptions): void; export {};