declare const _default: {
    serverUrl: any;
    serviceName: string;
    agentName: string;
    agentVersion: string;
    automaticStart: boolean;
    isCatchPageload: boolean;
    isCatchError: boolean;
    transactionDurationThreshold: number;
    flushInterval: number;
    errorThrottleInterval: number;
    transactionThrottleInterval: number;
};
export default _default;
