export declare const createGitlabToken: (filePath: string, gitlabUrl?: string | undefined) => Promise; export declare const getGitlabToken: (filePath: string) => Promise; export declare const ensureGitlabToken: (filePath: string, gitlabUrl?: string | undefined) => Promise;