export declare const configSelectors: {
    updatecheck: string;
    update: {
        editName: string;
        editIsoCode: string;
        editIntVal: string;
        editActive: string;
        editVisible: string;
        save: string;
    };
    create: {
        editName: string;
        editIsoCode: string;
        editIntVal: string;
        editActive: string;
        editVisible: string;
        save: string;
    };
    setCountry: {
        editIntVal: string;
        save: string;
    };
    fix: {};
};
export declare const deactivateStates: {
    [key: string]: {
        [key: string]: string[];
    };
};
