import { AssertionFunction } from '../types';
export declare enum I18nErrorCode {
    NotConfigured = "NotConfigured"
}
export declare const assert: AssertionFunction<I18nErrorCode>;
