export declare class CaptchaQueryDto { type?: 'text' | 'math'; size?: number; }