import type { DB } from '../../data/db/index.js'; import type { RbacConfig, SeedData } from './types.js'; export declare function seedRbac(db: DB, data: SeedData, config: RbacConfig): Promise; //# sourceMappingURL=seed.d.ts.map