export declare class CustomMissingTranslationHandler {
    handle(params: any): string;
}
