import 'colors'; import * as cls from './lib/classes'; import btools from '@nbb.com/npmbuildtools'; export declare const CopyrightPlaceholder: string; export declare const RepositoryPlaceholder: string; export declare const PitCmdPlaceholder: string; export declare function Downstream(upstreamFolder: string, downstreamFolder: string, buildInfo: cls.BuildInfo | string, consoleOptions?: btools.ConsoleOptions): Promise;