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