export declare class ZnsReportSearchDto {
    oa_account_id?: string;
    template_id?: number;
    from?: Date;
    to?: Date;
}
