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