export declare type ErrorType = { message: string; errors: any; details: string; } | string; //# sourceMappingURL=common.d.ts.map