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