import { VerifyResponseDecoratorOptions } from '../interfaces/verify-response-decorator-options'; export declare function SetRecaptchaOptions(options?: VerifyResponseDecoratorOptions): MethodDecorator & ClassDecorator;