import { type RpcPort } from './rpc'; export type CreateLinkedPortsOptions = { delay?: number; }; /** * Create bi-directionally linked ports. */ export declare const createLinkedPorts: ({ delay }?: CreateLinkedPortsOptions) => [RpcPort, RpcPort]; export declare const encodeMessage: (msg: string) => Uint8Array; //# sourceMappingURL=testing.d.ts.map