/** * Used to initialize the stores for the `Modal`, `Toast`, and `Drawer` utilities. * * @example * ```svelte * * * * * * * ``` */ export declare function initializeStores(): void;