declare const buildRequestTransformation: ({ requestMessageIdentifierPath, requestMessageOptionsPath, }: { requestMessageIdentifierPath: any; requestMessageOptionsPath: any; }) => {}; declare const buildResponseTransformation: () => string; export { buildRequestTransformation, buildResponseTransformation }; //# sourceMappingURL=delete.d.ts.map