import type { IParserConfig } from 'chevrotain'; export type PrismaAstParserConfig = Pick; export interface PrismaAstConfig { parser: PrismaAstParserConfig; } export default function getConfig(): PrismaAstConfig;