import * as APIServices from './services'; export * from './services'; export declare const GroupsBundle: import("./infrastructure/Utils").Bundle<{ Groups: typeof APIServices.Groups; GroupAccessRequests: typeof APIServices.GroupAccessRequests; GroupBadges: typeof APIServices.GroupBadges; GroupCustomAttributes: typeof APIServices.GroupCustomAttributes; GroupIssueBoards: typeof APIServices.GroupIssueBoards; GroupMembers: typeof APIServices.GroupMembers; GroupMilestones: typeof APIServices.GroupMilestones; GroupProjects: typeof APIServices.GroupProjects; GroupVariables: typeof APIServices.GroupVariables; GroupLabels: typeof APIServices.GroupLabels; Epics: typeof APIServices.Epics; EpicIssues: typeof APIServices.EpicIssues; EpicNotes: typeof APIServices.EpicNotes; EpicDiscussions: typeof APIServices.EpicDiscussions; }, "Groups" | "GroupAccessRequests" | "GroupBadges" | "GroupCustomAttributes" | "GroupIssueBoards" | "GroupMembers" | "GroupMilestones" | "GroupProjects" | "GroupVariables" | "GroupLabels" | "Epics" | "EpicIssues" | "EpicNotes" | "EpicDiscussions">; export declare const UsersBundle: import("./infrastructure/Utils").Bundle<{ Users: typeof APIServices.Users; UserCustomAttributes: typeof APIServices.UserCustomAttributes; UserEmails: typeof APIServices.UserEmails; UserImpersonationTokens: typeof APIServices.UserImpersonationTokens; UserKeys: typeof APIServices.UserKeys; UserGPGKeys: typeof APIServices.UserGPGKeys; }, "Users" | "UserCustomAttributes" | "UserEmails" | "UserImpersonationTokens" | "UserKeys" | "UserGPGKeys">; export declare const ProjectsBundle: import("./infrastructure/Utils").Bundle<{ Branches: typeof APIServices.Branches; Commits: typeof APIServices.Commits; CommitDiscussions: typeof APIServices.CommitDiscussions; ContainerRegistry: typeof APIServices.ContainerRegistry; DeployKeys: typeof APIServices.DeployKeys; Deployments: typeof APIServices.Deployments; Environments: typeof APIServices.Environments; Issues: typeof APIServices.Issues; IssuesStatistics: typeof APIServices.IssuesStatistics; IssueAwardEmojis: typeof APIServices.IssueAwardEmojis; IssueNotes: typeof APIServices.IssueNotes; IssueDiscussions: typeof APIServices.IssueDiscussions; Jobs: typeof APIServices.Jobs; Labels: typeof APIServices.Labels; MergeRequests: typeof APIServices.MergeRequests; MergeRequestAwardEmojis: typeof APIServices.MergeRequestAwardEmojis; MergeRequestDiscussions: typeof APIServices.MergeRequestDiscussions; MergeRequestNotes: typeof APIServices.MergeRequestNotes; Packages: typeof APIServices.Packages; Pipelines: typeof APIServices.Pipelines; PipelineSchedules: typeof APIServices.PipelineSchedules; PipelineScheduleVariables: typeof APIServices.PipelineScheduleVariables; Projects: typeof APIServices.Projects; ProjectAccessRequests: typeof APIServices.ProjectAccessRequests; ProjectBadges: typeof APIServices.ProjectBadges; ProjectCustomAttributes: typeof APIServices.ProjectCustomAttributes; ProjectImportExport: typeof APIServices.ProjectImportExport; ProjectIssueBoards: typeof APIServices.ProjectIssueBoards; ProjectHooks: typeof APIServices.ProjectHooks; ProjectMembers: typeof APIServices.ProjectMembers; ProjectMilestones: typeof APIServices.ProjectMilestones; ProjectSnippets: typeof APIServices.ProjectSnippets; ProjectSnippetNotes: typeof APIServices.ProjectSnippetNotes; ProjectSnippetDiscussions: typeof APIServices.ProjectSnippetDiscussions; ProjectSnippetAwardEmojis: typeof APIServices.ProjectSnippetAwardEmojis; ProtectedBranches: typeof APIServices.ProtectedBranches; ProtectedTags: typeof APIServices.ProtectedTags; ProjectVariables: typeof APIServices.ProjectVariables; PushRules: typeof APIServices.PushRules; Releases: typeof APIServices.Releases; ReleaseLinks: typeof APIServices.ReleaseLinks; Repositories: typeof APIServices.Repositories; RepositoryFiles: typeof APIServices.RepositoryFiles; Runners: typeof APIServices.Runners; Services: typeof APIServices.Services; Tags: typeof APIServices.Tags; Triggers: typeof APIServices.Triggers; VulnerabilityFindings: typeof APIServices.VulnerabilityFindings; }, "Branches" | "Commits" | "CommitDiscussions" | "ContainerRegistry" | "DeployKeys" | "Deployments" | "Environments" | "Issues" | "IssuesStatistics" | "IssueAwardEmojis" | "IssueNotes" | "IssueDiscussions" | "Jobs" | "Labels" | "MergeRequests" | "MergeRequestAwardEmojis" | "MergeRequestDiscussions" | "MergeRequestNotes" | "Packages" | "Pipelines" | "PipelineSchedules" | "PipelineScheduleVariables" | "Projects" | "ProjectAccessRequests" | "ProjectBadges" | "ProjectCustomAttributes" | "ProjectImportExport" | "ProjectIssueBoards" | "ProjectHooks" | "ProjectMembers" | "ProjectMilestones" | "ProjectSnippets" | "ProjectSnippetNotes" | "ProjectSnippetDiscussions" | "ProjectSnippetAwardEmojis" | "ProtectedBranches" | "ProtectedTags" | "ProjectVariables" | "PushRules" | "Releases" | "ReleaseLinks" | "Repositories" | "RepositoryFiles" | "Runners" | "Services" | "Tags" | "Triggers" | "VulnerabilityFindings">; export declare const Gitlab: import("./infrastructure/Utils").Bundle; export declare type UsersBundle = InstanceType; export declare type GroupsBundle = InstanceType; export declare type ProjectsBundle = InstanceType; export declare type Gitlab = InstanceType;