export declare class CaptchaModel {
    expire: Date;
    key: string;
    image: string;
}
