export declare function Debug(msg: string, flag?: string): (target: any, key: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; export declare function TimeLog(msg: string, flag?: string): (target: any, key: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; interface IProgressMsg { pending: string; success: string; error?: string; } export declare function Progress(msg: string | IProgressMsg, flag?: string): (target: any, key: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; export {}; //# sourceMappingURL=log.d.ts.map