declare const _default: (localizableTree?: any[], storedSetupSchema?: any[]) => {
    oLocalizableTree: any[];
    oStoredSetupSchema: any[];
    removedKeys: string[];
    newKeys: string[];
    filteredStoredSetupSchemaKeys: string[];
};
export default _default;
