type RepeatOptions = {
    index: number;
    args: unknown[];
};
export declare const once: ({ onRepeat }?: {
    onRepeat?: (options: RepeatOptions) => void;
}) => MethodDecorator;
export {};
