import * as v from "valibot"; /** * Message sent by the host whenever the custom block's nearest page ancestor changes. */ export declare const pageChangedMessageSchema: v.ObjectSchema<{ readonly type: v.LiteralSchema<"pageChanged", undefined>; readonly page: v.ObjectSchema<{ readonly id: v.CustomSchema | undefined>; }, undefined>; }, undefined>; export type PageChangedMessage = v.InferOutput; //# sourceMappingURL=pageChanged.d.ts.map