import type { StoreApi, UseBoundStore } from 'zustand'; export declare function openLinkInBrowser(url: string): void; type WithSelectors = S extends { getState: () => infer T; } ? S & { use: { [K in keyof T]: () => T[K]; }; } : never; export declare const createSelectors: >>(_store: S) => WithSelectors; export {}; //# sourceMappingURL=utils.d.ts.map