import { type FormFieldValueAdapter } from './types'; export declare function registerFormFieldAdaptersForCleanUp(formFieldAdaptersMap: Record): void; /** * Invoked on mounting the "FormEngine" component */ export declare function init(): void; /** * Invoked on unmounting the "FormEngine" component */ export declare function teardown(): void; //# sourceMappingURL=lifecycle.d.ts.map