import * as t from '../types'; export declare function parseDbPath(input?: string): { path: string; kind: t.DbKind; };