import type { GitLabClient } from '../client.js'; export declare class UserHandlers { private client; constructor(client: GitLabClient); getUser(): Promise<{ content: { type: string; text: string; }[]; }>; } //# sourceMappingURL=user.d.ts.map