import { type ZendyConfig } from "./schema.js"; export declare function getConfig(): ZendyConfig; export declare function writeConfig(config: ZendyConfig): void; export declare function configPath(): string; export declare function configExists(): boolean;