export declare function AsyncAction(): (target: object, propertyKey: string, propertyDescriptor: PropertyDescriptor) => void; export interface IncCompilerClassOptions { className: string; } export declare function IncCompilerClass(options: IncCompilerClassOptions): (target: any) => void;