export declare function Compute(label?: string, options?: Record): import("../index.ts").Node; export declare function DirectConnect(label?: string, options?: Record): import("../index.ts").Node; export declare const OSC: typeof Compute;