import { Context } from "../../bundler/context.js";
import { DeploymentType } from "./api.js";
export declare function reinit(ctx: Context, deploymentType: DeploymentType | undefined, config: {
    team?: string | undefined;
    project?: string | undefined;
}): Promise<{
    deploymentName: string | undefined;
    url: string;
    adminKey: string;
} | undefined>;
//# sourceMappingURL=reinit.d.ts.map