/**
 * Determines whether an error should be reported based on environment and error characteristics
 */
export declare const shouldReportError: (error: Error, context?: any) => boolean;
/**
 * Gets environment-based configuration for Wingman
 */
export declare const getEnvironmentConfig: () => {
    enableErrorReporting: boolean;
    enablePerformanceMonitoring: boolean;
    enableDebugLogs: boolean;
    apiEndpoint: string;
};
//# sourceMappingURL=errorFiltering.d.ts.map