export declare const getGitRoot: () => Promise<string | null>;
export declare const getRootGitlabCiFile: () => Promise<string>;
export declare const readRootGitlabCiFile: () => Promise<any[]>;
export declare const hasGitlabCiFile: () => Promise<boolean>;
export declare const getProjectNamespace: (envComponent: string) => Promise<string>;
