interface KeysOpts { add?: string; rm?: string; file?: string; } export declare function keys(opts: KeysOpts): Promise; export {};