export declare class WrongValidationDto { source: string; cause: string; create_at: string; cause_id: string; input: { token: string; typeRequest: 'http' | 'graphql'; method: string; url: string; headers: any; body: any; query: any; params: any; info: any; }; } //# sourceMappingURL=wrong-validation.dto.d.ts.map