declare function repeat(str: string, n: number): string;

export = repeat;
