export declare type MessageName = 'aria_description' | 'aria_name' | 'color_description' | 'color_name' | 'errorExecuting' | 'forms_description' | 'forms_name' | 'keyboard_description' | 'keyboard_name' | 'language_description' | 'language_name' | 'learnMore' | 'nameRoleValue_description' | 'nameRoleValue_name' | 'notFastEnough' | 'other_description' | 'other_name' | 'parsing_description' | 'parsing_name' | 'semantics_description' | 'semantics_name' | 'sensoryAndVisualCues_description' | 'sensoryAndVisualCues_name' | 'structure_description' | 'structure_name' | 'tables_description' | 'tables_name' | 'textAlternatives_description' | 'textAlternatives_name' | 'timeAndMedia_description' | 'timeAndMedia_name' | 'tryAgainLater';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map