import { Command } from 'commander'; /** * Register the schema command and all its subcommands. */ export declare function registerSchemaCommand(program: Command): void; //# sourceMappingURL=schema.d.ts.map