import { z } from 'zod'; import { Manifest, ManifestRule, ManifestScript, ScriptFile, ManifestRuleActionResponse, ManifestRuleActionScripts, ManifestRuleActionClose } from '../model'; export declare const schemaScriptFile: z.ZodType; export declare const schemaManifestScript: z.ZodType; export declare const schemaManifestRuleActionResponse: z.ZodType; export declare const schemaManifestRuleActionScripts: z.ZodType; export declare const schemaManifestRuleActionClose: z.ZodType; export declare const schemaManifestRule: z.ZodType; export declare const schemaManifest: z.ZodType;