import type { GroupsBaseProps } from './BaseProps'; export type GroupsGetIntegrationsProps = GroupsBaseProps & { includeAllPrivateGroups?: 'true' | 'false' | 1 | 0; }; export declare const isGroupsGetIntegrationsProps: import("ajv").ValidateFunction; //# sourceMappingURL=GroupsGetIntegrationsProps.d.ts.map