export function prepareInvitationKit(baggage: Baggage, shutdownZoeVat?: ShutdownWithFailure | undefined): {
    invitationIssuer: globalThis.Issuer<"set", InvitationDetails>;
    invitationKit: globalThis.IssuerKit<"set", InvitationDetails>;
};
import type { Baggage } from '@agoric/vat-data';
import type { ShutdownWithFailure } from '@agoric/swingset-vat';
import type { InvitationDetails } from '../types-index.js';
//# sourceMappingURL=makeInvitation.d.ts.map