import * as v from "valibot"; /** * Message sent by the sandbox whenever its measured content height changes, so the host can resize * the surrounding iframe to match. The host is free to clamp the value or ignore it. The sandbox * always reports the most recent measurement. */ export declare const resizeMessageSchema: v.ObjectSchema<{ readonly type: v.LiteralSchema<"resize", undefined>; readonly height: v.SchemaWithPipe, v.FiniteAction, v.MinValueAction]>; }, undefined>; export type ResizeMessage = v.InferOutput; //# sourceMappingURL=resize.d.ts.map