import * as v from "valibot"; /** * Message sent by the host whenever the custom block's parent changes. */ export declare const parentChangedMessageSchema: v.ObjectSchema<{ readonly type: v.LiteralSchema<"parentChanged", undefined>; readonly parent: v.VariantSchema<"type", [v.ObjectSchema<{ readonly type: v.LiteralSchema<"page_id", undefined>; readonly page_id: v.CustomSchema | undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"data_source_id", undefined>; readonly data_source_id: v.CustomSchema | undefined>; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"workspace", undefined>; readonly workspace: v.LiteralSchema; }, undefined>, v.ObjectSchema<{ readonly type: v.LiteralSchema<"block_id", undefined>; readonly block_id: v.CustomSchema | undefined>; }, undefined>], undefined>; }, undefined>; export type ParentChangedMessage = v.InferOutput; //# sourceMappingURL=parentChanged.d.ts.map