import { DeployExecutorOptions } from '../schema'; export declare function run(distFolderPath: string, options: DeployExecutorOptions): Promise;