import { z } from "zod"; export declare const GitMasterConfigSchema: z.ZodObject<{ commit_footer: z.ZodDefault>; include_co_authored_by: z.ZodDefault; git_env_prefix: z.ZodDefault; }, z.core.$strip>; export type GitMasterConfig = z.infer;