import type { SerializeOptions } from 'bson';
export type EncodeBSONOptions = SerializeOptions;
export declare function encodeBSONSync(value: Record<string, unknown>, options?: EncodeBSONOptions): ArrayBuffer;
//# sourceMappingURL=encode-bson.d.ts.map