export declare class SentryConfig { backendDsn: string; frontendDsn: string; environment: string; deploymentName: string; }