import { IConfig } from '../interface'; export declare class ParseUrl { private parsedUrl; constructor(dbUrl: string); getParsedUrl(): IConfig; }