/// import * as fs from "fs"; declare const readFile: typeof fs.readFile.__promisify__; declare const writeFile: typeof fs.writeFile.__promisify__; export { readFile, writeFile }; export declare function getIsoDate(): string; export declare function getPackageJson(): Promise; export declare function getLernaJson(): Promise; export declare function waitForUserInput(query: string): Promise; export declare function getLastGitVersionTag(): Promise; export declare function getGitCommits(previousVersion: string): Promise; export declare function stageFile(file: string): Promise;