import type { Arguments } from 'yargs-parser'; export declare function db({ flags }: { flags: Arguments; }): Promise;