import { ParamType } from "./utils";
export declare class BuilderCompiled {
    builder: string;
    params: ParamType[];
    constructor(builder?: string, params?: ParamType[]);
}
