import { Belote } from './manager';
export declare function withErrorHandling(_: unknown, propertyName: string | symbol, descriptor: PropertyDescriptor): PropertyDescriptor;
export declare function withErrorHandlingClass<T extends typeof Belote>(constructor: T): T;
