/** * Ported from https://github.com/sunnylqm/react-native-storage * Credit: Sunny Luo /sunnylqm */ /** * Created by sunny on 9/1/16. */ export class NotFoundError extends Error { constructor(message: any); } export class ExpiredError extends Error { constructor(message: any); }