export declare const VOLUME_KEY = "vnetwork-player-volume";
export declare const MUTED_KEY = "vnetwork-player-muted";
export declare const formatVideoTime: (seconds: number) => string;
export declare const playSpeedOptions: {
    label: string;
    value: number;
}[];
export declare const removeSearchParams: (url: string) => string;
