/** Only runs in browser. */
export declare function isSupported(callback: () => boolean): {
    current: boolean;
};
