export declare const repeat: (count: number) => (string: string) => string;
