export function defineDurableHandle<H extends string>(baggage: Baggage, handleType: H): H extends "Instance" ? () => Instance : () => Handle<H>;
export function makeHandle<H extends string>(handleType: H): H extends "Instance" ? Instance : Handle<H>;
import type { Baggage } from '@agoric/vat-data';
//# sourceMappingURL=makeHandle.d.ts.map