export declare const i18n: (key: G | (string extends S ? S : never), params?: { [key: string]: any; }) => S extends G ? { remove: string; empty_option: string; code_wrapping: string; show_line_numbers: string; }[G] : string;