export type ResultOfStorage = { getKey: string; getValue: string | undefined | null; }; //# sourceMappingURL=ResultOfStorage.d.ts.map