import { z } from 'zod'; export declare const ListDevicesSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare function listDevices(): Promise<{ android: string[]; ios: string[]; }>;