import { IBuildProjectOptions } from '../build';
export declare function releaseProject(payload?: IBuildProjectOptions): Promise<void>;
