export type GroupsCreateProps = { name: string; members?: string[]; customFields?: Record; readOnly?: boolean; extraData?: { broadcast: boolean; encrypted: boolean; teamId?: string; }; excludeSelf?: boolean; }; export declare const isGroupsCreateProps: import("ajv/dist/types").ValidateFunction; //# sourceMappingURL=GroupsCreateProps.d.ts.map