/** * Checks if the current browser is compatible with the features needed for * this library. * * @return {boolean} */ export declare function isCompatible(): boolean; /** * Throws an error if the current browser is incompatible with this library. */ export declare function ensureCompatibility(): void; //# sourceMappingURL=browser.d.ts.map