export type SchemaVersion = '1.0' | '1.1' | '2.0' | '3.0' | '3.1'; export declare const CURRENT_SCHEMA_VERSION: SchemaVersion;