import type { Endpoint } from './channel'; export declare function expose(target: T, endpoint: Endpoint): void; //# sourceMappingURL=expose.d.ts.map