import { YgbLogDestination } from '../types/ygb-types';
interface LogErrorOptions {
    message?: string;
    destination?: YgbLogDestination;
    context?: boolean;
}
export declare function LogError(options?: LogErrorOptions): (target: object, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
export {};
