import * as z from 'zod';
export declare const IcrcBlobSchema: z.ZodEffects<z.ZodString, string, string>;
export type IcrcBlob = z.infer<typeof IcrcBlobSchema>;
