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