export declare type SchemaSwitch = CurrentSchema extends ActiveSchema ? ActiveType : DefaultType; export declare function isActiveSchema(activeSchemas: ActiveSchema[], currentSchema: CurrentSchema): boolean;