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