import { z } from 'zod/v4'; import { TaktConfigSchema } from './schemas.js'; export { TaktConfigSchema }; export type TaktConfig = z.infer; export declare const DEFAULT_CONFIG: TaktConfig; //# sourceMappingURL=config.d.ts.map