export declare const schemas: { readonly Archived: { $id: string; title: string; description: string; type: string; }; readonly Button: { $id: string; title: string; description: string; type: string; }; readonly CheckBox: { $id: string; title: string; description: string; type: string; }; readonly Date: { $id: string; title: string; type: string; format: string; }; readonly DateTime: { $id: string; title: string; type: string; format: string; }; readonly Dropdown: { $id: string; title: string; description: string; enums: never[]; type: string; }; readonly Element: { $id: string; title: string; description: string; type: string; properties: { hash: { type: string; }; }; $comment: string; }; readonly File: { $id: string; title: string; description: string; type: string; contentEncoding: string; }; readonly Geo: { $id: string; title: string; description: string; type: string; items: { type: string; }; minItems: number; maxItems: number; }; readonly IFrame: { $id: string; description: string; title: string; type: string; format: string; }; readonly ImgMap: { $id: string; title: string; description: string; type: string; }; readonly DropdownButton: { $id: string; title: string; description: string; enums: never[]; transitions: never[]; type: string; }; readonly Listing: { $id: string; title: string; description: string; type: string; format: string; }; readonly Markdown: { $id: string; title: string; description: string; type: string; }; readonly Number: { $id: string; title: string; type: string; }; readonly Query: { $id: string; title: string; type: string; $comment: string; }; readonly Table: { $id: string; title: string; description: string; type: string; $comment: string; }; readonly Text: { $id: string; title: string; description: string; type: string; maxLength: number; $comment: string; }; readonly TextArea: { $id: string; title: string; description: string; type: string; }; readonly User: { $id: string; title: string; description: string; type: string; properties: { hash: { type: string; }; }; $comment: string; }; readonly Video: { $id: string; title: string; type: string; format: string; }; readonly Recurrence: { $id: string; title: string; description: string; type: string; $comment: string; }; readonly ExternalFile: { $id: string; title: string; description: string; type: string; }; readonly RelationData: { $id: string; title: string; description: string; type: string; $comment: string; }; readonly TaxpayerId: { $id: string; title: string; description: string; type: string; $comment: string; }; };