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