import z from 'zod';
declare const RewardsLeaf: z.ZodTuple<[z.z.ZodCoercedBigInt<unknown>, z.z.ZodCoercedBigInt<unknown>], null>;
export type RewardsTreeLeaf = z.infer<typeof RewardsLeaf>;
export declare const parseRewardsTree: (data: string) => {
    format: "standard-v1";
    tree: string[];
    values: {
        value: [bigint, bigint];
        treeIndex: number;
    }[];
    leafEncoding: string[];
};
export {};
//# sourceMappingURL=parse-rewards-tree.d.ts.map