export declare const RUNTIME_LIB_NAME = "./runtime"; export interface Config { verbose?: boolean; endpoint?: string; useGet?: boolean; schema?: string; output?: string; headers?: Record; scalarTypes?: { [k: string]: string; }; fetchImport?: string; sortProperties?: boolean; silent?: boolean; /** * Will compare the schema hash with the previous one to decide if the client should be regenerated. */ previousSchemaHash?: string; } //# sourceMappingURL=config.d.ts.map