import { CommandBase } from './support/CommandBase'; export declare class PushAssetsCommand extends CommandBase { run(options: any): Promise; }