/** * Wrapper for any functions that adds consistent error handling */ export declare function withErrorHandling Promise>(fn: T, operation?: string): T;