import { LegacyStorageSettings, MigratedStorageSettings } from './interfaces';
export declare const mapLegacyStorageSettings: (legacyStorageSettings: LegacyStorageSettings) => MigratedStorageSettings | null;
