import type { ItemFlow, FormFlow } from "../../types/flow/plain"; export declare function is(flow: ItemFlow): flow is FormFlow; //# sourceMappingURL=form.d.ts.map