/** * Creates a default dotenv-diff.config.json in the current directory if it doesn't exist. * If the file already exists, it notifies the user and does nothing. * @returns void */ export declare function runInit(): Promise; //# sourceMappingURL=init.d.ts.map