export declare class TranslationNotDefinedError extends Error {
    name: string;
    constructor(token: string, value?: string);
}
