export declare const parseInfluxDsn: (dsn: string) => { server: string; port: number; };