export declare const Verbosity: { readonly Auto: "auto"; readonly Concise: "concise"; readonly Thorough: "thorough"; }; export type Verbosity = (typeof Verbosity)[keyof typeof Verbosity];