export interface OpenDBiOptions {
    readonly keystore: boolean;
}
export declare function hasCliOptions(opts: OpenDBiOptions): opts is OpenDBiOptions;
export declare function getIntro(): string;
export declare const underlineChalk: (text: any) => string;
