import { Command } from "commander"; export declare function formatWritable(writable: true | false | "unknown", reason: string): string; export declare function formatLocalWritable(localWritable: boolean, reason: string): string; export declare function buildInfoCommand(): Command; //# sourceMappingURL=info.d.ts.map