export function createSeatManager(zoeInstanceAdmin: ERef<ZoeInstanceAdmin>, getAssetKindByBrand: GetAssetKindByBrand, shutdownWithFailure: ShutdownWithFailure, zcfBaggage: Baggage): {
    seatManager: ZcfSeatManager;
    zcfMintReallocator: ZcfMintReallocator;
};
import type { ShutdownWithFailure } from '@agoric/swingset-vat';
import type { Baggage } from '@agoric/vat-data';
//# sourceMappingURL=zcfSeat.d.ts.map