import type { Uint8Array_ } from "./_types.js"; export type { Uint8Array_ }; export declare function detach(buffer: Uint8Array_, maxSize: number): [Uint8Array_, number];