export declare const createToggle: (initialState?: boolean) => readonly [{
    readonly subscribe: (this: void, run: import("svelte/store").Subscriber<boolean>, invalidate?: ((value?: boolean | undefined) => void) | undefined) => import("svelte/store").Unsubscriber;
    readonly update: (this: void, updater: import("svelte/store").Updater<boolean>) => void;
}, (nextState?: boolean) => void, () => void, () => void];
//# sourceMappingURL=createToggle.d.ts.map