import type { DSNInfo } from '../types';
export declare function parseDSN(dsn: string): DSNInfo;
export declare function getEnvelopeUrl(dsn: DSNInfo): string;
export declare function getStoreUrl(dsn: DSNInfo): string;