/** * List installed roles from the lock file. */ export declare function list(json: boolean): void; declare const _default: import("citty").CommandDef<{ readonly json: { readonly type: "boolean"; readonly description: "Output as JSON"; }; }>; export default _default; //# sourceMappingURL=list.d.ts.map