export declare const i18n: (message: string) => string;
export declare const i18nF: (message: string) => Function;
export declare function i18nWithLanguage(code: string, thunk: () => any): any;
export declare const i18nPosition: (position: {
    filename: any;
    line: any;
    column: any;
}) => string;
//# sourceMappingURL=i18n.d.ts.map