import type { IBinaryData, IDataObject } from 'n8n-workflow'; /** * Returns a response body for a binary data and sets the content-type header. */ export declare const getBinaryResponse: (binaryData: IBinaryData, headers: IDataObject) => object | IDataObject | Buffer; //# sourceMappingURL=binary.d.ts.map