import { type AbstractType, type Constructor } from "@dao-xyz/borsh"; export declare const getValuesWithType: (from: any, type: Constructor | AbstractType, stopAtType?: Constructor | AbstractType) => T[]; //# sourceMappingURL=utils.d.ts.map