//#region src/pseudo-localize.d.ts declare const pseudoLocalize: (str: string) => string; declare const padString: (str: string) => string; declare const extendVowels: (str: string) => string; declare const substituteCharacters: (str: string) => string; declare const generator: { transformElement: (str: string) => string; transformMessage: (str: string) => string; }; //#endregion export { extendVowels, generator, padString, pseudoLocalize, substituteCharacters }; //# sourceMappingURL=index.d.ts.map