/** * Utility functions for routing hooks that process expressions */ /** * Post-receive hook that surfaces API error messages in n8n UI. * Requires ignoreHttpStatusErrors: true and returnFullResponse: true on the request. */ export declare function handleApiErrorResponse(this: any, items: any[], responseData: any): Promise; /** * Pre-send hook for posts create operation */ export declare function postsCreatePreSend(this: any, requestOptions: any): Promise; /** * Pre-send hook for posts update operation */ export declare function postsUpdatePreSend(this: any, requestOptions: any): Promise; export declare function mediaUploadPreSend(this: any, requestOptions: any): Promise; //# sourceMappingURL=routingHooks.d.ts.map