type TclMapInput = Record | Array<[string, string]> | string[]; export declare function map(mappings: TclMapInput, str: string): string; export {};