import { z } from 'zod/v4';
export declare const ElementSelectorSchema: z.ZodObject<{
    element: z.ZodArray<z.ZodString>;
    frame: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.core.$strip>;
export type ElementSelector = z.infer<typeof ElementSelectorSchema>;
//# sourceMappingURL=ElementSelector.d.ts.map