import { type Static } from "@sinclair/typebox"; export declare const mp_event: import("@sinclair/typebox").TObject<{ h: import("@sinclair/typebox").TLiteral<"event">; "mp-slug": import("@sinclair/typebox").TOptional>; "mp-syndicate-to": import("@sinclair/typebox").TOptional>; type: import("@sinclair/typebox").TOptional>; category: import("@sinclair/typebox").TOptional>; content: import("@sinclair/typebox").TOptional, import("@sinclair/typebox").TUnsafe<{ text?: string | undefined; html: string; }>]>>; description: import("@sinclair/typebox").TOptional>; duration: import("@sinclair/typebox").TOptional>; end: import("@sinclair/typebox").TOptional>; location: import("@sinclair/typebox").TOptional, import("@sinclair/typebox").TUnsafe, import("@sinclair/typebox").TUnsafe, import("@sinclair/typebox").TUnsafe<{ altitude?: number | undefined; latitude?: number | undefined; longitude?: number | undefined; "country-name"?: string | undefined; "extended-address"?: string | undefined; geo?: string | { altitude?: number | undefined; latitude?: number | undefined; longitude?: number | undefined; } | undefined; label?: string | undefined; locality?: string | undefined; "post-office-box"?: string | undefined; "postal-code"?: string | undefined; region?: string | undefined; "street-address"?: string | undefined; }>]>>; name: import("@sinclair/typebox").TOptional>; start: import("@sinclair/typebox").TOptional>; summary: import("@sinclair/typebox").TOptional>; url: import("@sinclair/typebox").TOptional>; }>; export type MP_Event = Static; //# sourceMappingURL=event.d.ts.map