import type { AstroConfig } from "astro"; import type { AstroTypstConfig } from "./prelude.js"; export declare function setConfig(config: AstroTypstConfig): void; export declare function getConfig(): AstroTypstConfig; export declare function setAstroConfig(config: AstroConfig): void; export declare function getAstroConfig(): AstroConfig; //# sourceMappingURL=store.d.ts.map