import type { Endpoint } from './channel'; import type { Remote } from './types'; export declare function create(endpoint: Endpoint): Remote; //# sourceMappingURL=create.d.ts.map