import { type DepType } from "./transaction.js";
export declare const DEP_TYPE_TO_NUM: Record<DepType, number>;
export declare const NUM_TO_DEP_TYPE: Record<number, DepType>;
export declare const DEP_TYPES: string[];
//# sourceMappingURL=transaction.advanced.d.ts.map