import { RhineVarAny } from "../rhine-var.type";
export default class SupportBase {
    static TARGET_TAG: string;
    static hasProperty<T>(key: string | symbol): boolean;
    static convertProperty<T>(key: string | symbol, object: RhineVarAny): any;
    static SUPPORTED_PROPERTIES: Set<string | symbol>;
    static UNSUPPORTED_PROPERTIES: Set<string | symbol>;
}
//# sourceMappingURL=support-base.d.ts.map