/** * Sets up Git remotes, Npm registry and access tokens based on environement variables. */ export declare function run(...args: any[]): Promise; export declare function setupGit(): void; export declare function setupNpm(): void;