import { z } from "../../../../shared/zod";
/**
 * Input schema for AlertAreas endpoint
 *
 * Return list of areas and associated IDs
 */
export declare const mapAreasInputSchema: z.ZodObject<{}, z.core.$strip>;
export type MapAreasInput = z.infer<typeof mapAreasInputSchema>;
//# sourceMappingURL=alertAreas.input.d.ts.map