export declare const stringRepeat: (pattern: string, count: number) => string;