import type { Output, StakeableOutputFull, TransferableOutputFull } from "../types/common"; export declare function checkOutputs(expectedOutputs: Output[], actualOutputs: (TransferableOutputFull | StakeableOutputFull)[]): void; //# sourceMappingURL=utils.d.ts.map