export declare const generateId: () => string; export declare function getUserId(): string; export declare const getQnaUserId: (player: KalturaPlayerTypes.Player) => string; declare type Procedure = (...args: any[]) => void; export declare function debounce(func: F, waitMilliseconds?: number, options?: { isImmediate: boolean; }): F; export {};