import { RestfulEndpoint } from "@mongez/http"; import { InputBuilder, ReactiveForm } from "./"; export declare function createReactiveForm(callback: (reactForm: ReactiveForm) => void): any; export declare const createReactForm: typeof createReactiveForm; export declare function createSimpleReactiveForm(singleName: string, service: RestfulEndpoint, inputs: InputBuilder[], callback?: (reactiveForm: ReactiveForm) => void): any; //# sourceMappingURL=create-reactive-form.d.ts.map