/**
 * Save buffer data to a file.
 * @param {Buffer} buffer - buffer to save to a file.
 * @param {string} filePath - path to a file.
 */
export declare const saveBufferToFile: (buffer: Buffer, filePath: string) => Promise<void>;
//# sourceMappingURL=saveBufferToFile.d.ts.map