export declare function compare_buffers(buf1: Buffer, buf2: Buffer, max_length?: number): void;
