/** * Export Gitlab CI variables to a file with .env syntax (key=value). */ export declare const exportGitlabVariablesToEnvFile: (gitlabProjectId: string, gitlabApiToken: string, targetFilePath: string) => Promise;