import { ClassType } from "./graphq-compose-typescript"; import { InputTypeSpecKeeper } from "./input-type-spec"; export declare class TypeNameKeeper { protected inputTypeSpecKeeper: InputTypeSpecKeeper; constructor(inputTypeSpecKeeper: InputTypeSpecKeeper); getTypeName(type: ClassType): string; getInputTypeName(type: ClassType): string; }