export declare function SetupEnvironment(env: any): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function Debug(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;