import type { OAuthConfig } from '../../token/types.js'; import type { GitLabProviderConfig } from '../../config/types.js'; /** * Build the OAuthConfig for a GitLab provider. * * GitLab uses a public-client PKCE flow — no clientSecret is included. * The redirect port defaults to 18080 when not specified in the provider config. */ export declare function createGitLabOAuthConfig(config: GitLabProviderConfig): OAuthConfig; //# sourceMappingURL=auth.d.ts.map