import { z } from 'zod'; export declare const deviceGetType: z.ZodEnum<["device"]>; export type DeviceGetType = z.infer; //# sourceMappingURL=device-get-type.d.ts.map