import { PrismaSchema } from '../Schema';
export declare function getAllRelationNames(schema: PrismaSchema, regexFilter: RegExp): string[];
