import type { IUser, IWorkspace } from "../entities";
import type { IServiceAccount } from "../entities/ServiceAccount";
export declare const seedServiceAccounts: (workspace: IWorkspace, owner: IUser) => Promise<IServiceAccount>;
//# sourceMappingURL=seed-service-account.d.ts.map