export interface RepeatOptions { interval: number; } export declare function Repeat(delayOrOptions: RepeatOptions | number): MethodDecorator;