import * as $dara from '@darabonba/typescript';
export declare class QueryPageSmartShortUrlLogResponseBodyModelList extends $dara.Model {
    /**
     * @example
     * 87
     */
    clickState?: number;
    /**
     * @example
     * 51
     */
    clickTime?: number;
    /**
     * @example
     * 64
     */
    createTime?: number;
    /**
     * @example
     * 示例值示例值
     */
    phoneNumber?: string;
    /**
     * @example
     * 示例值示例值示例值
     */
    shortName?: string;
    /**
     * @example
     * 示例值示例值示例值
     */
    shortUrl?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class QueryPageSmartShortUrlLogResponseBodyModel extends $dara.Model {
    list?: QueryPageSmartShortUrlLogResponseBodyModelList[];
    /**
     * @example
     * 74
     */
    pageNo?: number;
    /**
     * @example
     * 15
     */
    pageSize?: number;
    /**
     * @example
     * 66
     */
    totalCount?: number;
    /**
     * @example
     * 86
     */
    totalPage?: number;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class QueryPageSmartShortUrlLogResponseBody extends $dara.Model {
    /**
     * @example
     * 示例值示例值
     */
    code?: string;
    /**
     * @example
     * 示例值示例值
     */
    message?: string;
    model?: QueryPageSmartShortUrlLogResponseBodyModel;
    /**
     * @example
     * 示例值示例值
     */
    requestId?: string;
    /**
     * @example
     * true
     */
    success?: boolean;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
