import { TransferInstructionsRowType } from "./PlateTypes";
declare function getGeneratorOfTransferInstructions(instructions: TransferInstructionsRowType[]): IterableIterator<TransferInstructionsRowType[] | undefined>;
export default getGeneratorOfTransferInstructions;
//# sourceMappingURL=getNextTransferInstructionsChunck.d.ts.map