import { CountRes } from 'database-ql/src/result-types'; /** * CountResponse * count 的响应 * @author LL * @date 2022-01-20 上午 10:23 **/ export declare class CountResponse implements CountRes { total: number; error?: any; code?: number | string; ok?: boolean; requestId?: string; static getTotal(res: CountResponse): number; } //# sourceMappingURL=CountResponse.d.ts.map