export declare const MiniAppsMessageSchema: import('valibot').LooseObjectSchema<{
    readonly eventType: import('valibot').StringSchema<undefined>;
    readonly eventData: import('valibot').OptionalSchema<import('valibot').UnknownSchema, undefined>;
}, undefined>;
