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