import { IDecorator } from "oly"; export declare class BuildDecorator implements IDecorator { asParameter(target: object, propertyKey: string, index: number): void; } /** * */ export declare const build: (data?: object | Function | undefined, p?: string | undefined, i?: number | TypedPropertyDescriptor | undefined) => any;