import type { ResponseErrorPayload } from './type'; export declare function buildResponseErrorPayload(input: Partial): ResponseErrorPayload; export declare function buildResponseErrorPayloadFromError(error: Error): ResponseErrorPayload; //# sourceMappingURL=module.d.ts.map