import PocketBase, { BaseAuthStore } from 'pocketbase'; export declare const pbStore: { subscribe: (this: void, run: import("svelte/store").Subscriber, invalidate?: ((value?: PocketBase | undefined) => void) | undefined) => import("svelte/store").Unsubscriber; set: (baseUrl?: string | undefined, authStore?: BaseAuthStore | null | undefined, lang?: string | undefined) => void; };