export type b2Augmentation = { [P in keyof T]?: (original: T[P], ...args: Parameters) => ReturnType; }; export declare function b2_augment(host: T, augmentations: b2Augmentation): void; export type b2Writeable = { -readonly [P in keyof T]: T[P]; }; //# sourceMappingURL=b2_augment.d.ts.map