import { Cli } from "incur"; /** CLI command that prints machine-readable schemas for Ignition surfaces. */ export declare const schema: Cli.Cli<{ resources: { args: {}; options: {}; }; } & { resource: { args: { name: string; }; options: {}; }; } & { recipe: { args: {}; options: {}; }; } & { inventory: { args: {}; options: {}; }; } & { output: { args: {}; options: {}; }; }, undefined, undefined>; //# sourceMappingURL=schema.d.ts.map