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