import { RPCBase } from "../rpcBase"; export declare function StreamUrlService(this: RPCBase): { getUrls: (protocol: string, type: unknown, streamopt: unknown) => Promise; }; //# sourceMappingURL=StreamUrlService.d.ts.map