import type { SidecarBody } from './sidecar-body.js'; declare function attach(sidecar: SidecarBody): Promise; declare function detach(sidecar: SidecarBody): Promise; declare function init(sidecar: SidecarBody): Promise; export { attach, detach, init, }; //# sourceMappingURL=operations.d.ts.map