import type { ICluster, IUser, IWorkspace } from "../entities";
export declare const addInitialBareMetalCluster: (kubeConfig: string, workspace?: IWorkspace, owner?: IUser) => Promise<ICluster>;
export declare const seedClusters: (workspace: IWorkspace, owner: IUser) => Promise<ICluster>;
//# sourceMappingURL=seed-clusters.d.ts.map