import { RPCBase } from "../rpcBase"; export declare function OSDManager(this: RPCBase): { getCaps: () => Promise; getCustomCaps: () => Promise; }; //# sourceMappingURL=OSDManager.d.ts.map