export declare function build(target: any, name: string, descriptor?: TypedPropertyDescriptor): void; export declare function build(method: string): (target: any, name: string, descriptor?: TypedPropertyDescriptor) => void;