import { CodegenFile } from '@aphro/codegen-api'; export default class GraphQLFile implements CodegenFile { #private; readonly name: string; readonly isUnsigned: boolean; readonly templates: { signature: string; startManual: string; endManual: string; }; constructor(name: string, contents: string, isUnsigned?: boolean); get contents(): string; } //# sourceMappingURL=GraphqlFile.d.ts.map