export declare type HSSPPlay = { /** * The client side estimated server time in milliseconds (Unix Epoch). */ estimatedServerTime: number; /** * The time index to start playing from in milliseconds. */ startTime: number; };