import { PrismaClient } from '@prisma/client';
export declare function initialSeed(prisma: PrismaClient): Promise<void>;
