import type { IBuild, IRelease, IUser, IWorkspace } from "../../entities";
type OwnershipParams = {
    author: IUser;
    workspace?: IWorkspace;
    cliVersion?: string;
    appVersion?: string;
};
export declare const createReleaseFromBuild: (build: IBuild, env?: string, ownership?: OwnershipParams) => Promise<IRelease>;
export {};
//# sourceMappingURL=create-release-from-build.d.ts.map