/** * CLI commands for CheckConstraint * @generated by @constructive-io/graphql-codegen * DO NOT EDIT - changes will be overwritten */ import { CLIOptions, Inquirerer } from 'inquirerer'; declare const _default: (argv: Partial>, prompter: Inquirerer, _options: CLIOptions) => Promise; export default _default;