import { z } from 'zod';
export declare const GuardConfigSchema: z.ZodObject<{
    guardEnabled: z.ZodOptional<z.ZodBoolean>;
    ignorePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
}, z.core.$strip>;
export type GuardConfig = z.infer<typeof GuardConfigSchema>;
//# sourceMappingURL=guardSchemas.d.ts.map