import { z } from "zod";
export declare const AlgoShaSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type AlgoSha = z.infer<typeof AlgoShaSchema>;
