/// export declare const box: (buffer: Buffer, key: Buffer) => Buffer; export declare const unbox: (boxed: Buffer, key: Buffer) => Buffer;