declare function ChexStorageResult<TData>(items: TData[]): TData[];
export default ChexStorageResult;
