import { getQueryValue, getUrlAllParams, getUrlQuery, parseHashQuery, parseQuery } from './query.js'; import { createStorage, getSession, setSession } from './storage.js'; import { getUserOsInfo, isBrowser, isImageUrl } from './runtime.js'; export declare class BrowserUtils { static parseQuery: typeof parseQuery; static parseHashQuery: typeof parseHashQuery; static getQueryValue: typeof getQueryValue; static getUrlAllParams: typeof getUrlAllParams; static getUrlQuery: typeof getUrlQuery; static createStorage: typeof createStorage; static localStore: import("../index.js").StorageToolkit; static sessionStore: import("../index.js").StorageToolkit; static getSession: typeof getSession; static setSession: typeof setSession; static isBrowser: typeof isBrowser; static getUserOsInfo: typeof getUserOsInfo; static isImageUrl: typeof isImageUrl; } //# sourceMappingURL=browser.d.ts.map