export declare const t: (path: string, ...options: Array<any>) => any;
export declare const use: (l: object) => void;
export declare const i18n: (fn: Function) => void;
declare const _default: {
    use: (l: object) => void;
    t: (path: string, ...options: any[]) => any;
    i18n: (fn: Function) => void;
};
export default _default;
//# sourceMappingURL=locale.d.ts.map