import { Stamp } from './stamp'; export declare function deployCommand(paths: string[], stamp: string, stampStub: Stamp): Promise;