import { CommandInstance } from "vorpal"; export declare const getGitlabToken: (vorpal: CommandInstance) => Promise; export declare const doGitlabRequest: (vorpal: CommandInstance, path: string, data?: any) => Promise; export declare const getProjectInfo: (vorpal: CommandInstance) => Promise;