export declare function wrapResult(result: any[], count?: number): { status: string; dataCount: number; data: any[]; };