export declare const $HSSPPlay: { readonly properties: { readonly estimatedServerTime: { readonly type: "number"; readonly description: "The client side estimated server time in milliseconds (Unix Epoch)."; readonly isRequired: true; }; readonly startTime: { readonly type: "number"; readonly description: "The time index to start playing from in milliseconds."; readonly isRequired: true; }; }; };