import IBrowser from '../interfaces/IBrowser'; export declare function createBrowserId(browser: Pick): string; export declare function createBrowserIdFromUserAgentString(userAgentString: string): string;