export declare class CompatSettings {
    name: string;
    uri: string;
    value: string;
    clone(): CompatSettings;
}
