import type { Schema, XyoAddress } from '@xyo-network/sdk-protocol'; import * as z from 'zod/mini'; export type CosigningAddressSet = XyoAddress[]; export declare const ModuleSecurityConfigZod: z.ZodMiniObject<{ allowAnonymous: z.ZodMiniOptional>; allowed: z.ZodMiniOptional, z.ZodMiniArray>>>; disallowed: z.ZodMiniOptional, z.ZodMiniArray>>>; }, z.core.$strip>; export type ModuleSecurityConfig = z.infer; //# sourceMappingURL=Security.d.ts.map