/** * Schema command - Display documentation about the canvas format */ import { Command } from 'commander'; export declare function createSchemaCommand(): Command; //# sourceMappingURL=schema.d.ts.map