/** * Polyfill for ES6 String#repeat method. */ export declare function repeat(str: string, count: number): string;