import { SourceFile } from "ts-morph";
import { GeneratorOptions } from "./options";
export declare function generateCustomScalars(sourceFile: SourceFile, options: GeneratorOptions): void;
