import type { ASTNode } from "graphql/index.js"; import type { Config } from "./config.js"; export declare function convertName(node: ASTNode | string, config: Config): string; //# sourceMappingURL=convertName.d.ts.map