export function makeConvertKit(bijection: any, makeGuestForHostRemotable: any, makeGuestForHostVow: any): { guestToHost: (specimen: Passable, label?: string) => any; hostToGuest: (specimen: Passable, label?: string) => any; }; import type { Passable } from '@endo/pass-style'; //# sourceMappingURL=convert.d.ts.map