export declare const throwDefaultError: ({
  output,
  parsedBody,
  exceptionCtor,
  errorCode,
}: any) => never;
