interface ListOptions { dir?: string; json?: boolean; } export declare function listDisclaimers(options: ListOptions): Promise; export {};