export default class MissingURIsError extends Error { uris: string[]; constructor(uris: string[]); }