import { InterfaceModel } from "@b08/type-parser"; import { IdConstructorModel } from "../produce/types"; export declare function prepareIdConstructor(type: InterfaceModel): IdConstructorModel;