export declare const networkedDOMProtocolSubProtocol_v0_2 = "networked-dom-v0.2"; export declare const networkedDOMProtocolSubProtocol_v0_2_1 = "networked-dom-v0.2.1"; export declare const networkedDOMProtocolSubProtocol_v0_2_SubVersionsList: readonly ["networked-dom-v0.2.1", "networked-dom-v0.2"]; export type networkedDOMProtocolSubProtocol_v0_2_Subversion = (typeof networkedDOMProtocolSubProtocol_v0_2_SubVersionsList)[number]; export type networkedDOMProtocolSubProtocol_v0_2_SubversionNumber = 0 | 1; export declare function getNetworkedDOMProtocolSubProtocol_v0_2Subversion(protocol: networkedDOMProtocolSubProtocol_v0_2_Subversion): networkedDOMProtocolSubProtocol_v0_2_SubversionNumber | null; export declare function getNetworkedDOMProtocolSubProtocol_v0_2SubversionOrThrow(protocol: networkedDOMProtocolSubProtocol_v0_2_Subversion): networkedDOMProtocolSubProtocol_v0_2_SubversionNumber; export declare function isNetworkedDOMProtocolSubProtocol_v0_2(protocol: string): protocol is (typeof networkedDOMProtocolSubProtocol_v0_2_SubVersionsList)[number]; //# sourceMappingURL=constants.d.ts.map