/** *@description this is a custom type for the returning of serialize method */ export declare type returnSerializeError = { message: string; statusCode: number; details: any; }; //# sourceMappingURL=custom-types.d.ts.map