import type { GroupsBaseProps } from './BaseProps'; export type GroupsSetEncryptedProps = GroupsBaseProps & { encrypted: boolean; }; export declare const isGroupsSetEncryptedProps: import("ajv").ValidateFunction; //# sourceMappingURL=GroupsSetEncryptedProps.d.ts.map