import { InputValidationErrorType } from "@khaled/error-handler"; export type ServerError = { code: ErrorCode; }; export declare const parseServerError: (error: ServerError | InputValidationErrorType) => any; //# sourceMappingURL=serializeErrorResponse.d.ts.map