import { z } from 'zod'; export declare const scanImeiSchema: z.ZodObject<{ imei: z.ZodString; }, z.core.$strip>; export type ScanImei = z.infer;