export declare const TextFunctions: { REPT: (text: string, number_times: number) => string; };