import { Cli } from "incur"; /** CLI command that loads and prints an inventory file. */ export declare const inventory: Cli.Cli<{ [x: string]: { args: { file?: string | undefined; }; options: { inventory?: string | undefined; trace?: boolean | undefined; }; }; }, undefined, undefined>; //# sourceMappingURL=inventory.d.ts.map