import { z } from 'zod';
export declare const currencyQrInterfaceSchema: z.ZodObject<{
    type: z.ZodString;
    collapsed: z.ZodOptional<z.ZodString>;
}, z.core.$strip>;
