import { I18n } from '@markuplint/i18n';
export declare function i18n(locale?: string): Promise<I18n>;
