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