export declare const ModalStack: { subscribe: (this: void, run: import("svelte/store").Subscriber, invalidate?: () => void) => import("svelte/store").Unsubscriber; open: (id: string) => void; close: (id: string) => void; };