/** * CLI command map and entry point * @generated by @constructive-io/graphql-codegen * DO NOT EDIT - changes will be overwritten */ import { CLIOptions, Inquirerer } from 'inquirerer'; export declare const commands: (argv: Partial>, prompter: Inquirerer, options: CLIOptions) => Promise>>;