export declare const replaceFirstCharsWithSecondCharsInText: (text: string, firstChars: string, secondChars: string) => string;