export declare function build(type: any, format: any, args: any): any; export declare function toModel(property: any, parent?: any): any; declare const _default: { build: typeof build; toModel: typeof toModel; }; export default _default;