import { GenerateContext } from '../GenerateContext'; import type { TSClientOptions } from '../TSClient'; export declare function createPrismaNamespaceFile(context: GenerateContext, options: TSClientOptions): string;