export declare class BatchLookupError extends Error {
    constructor(id: unknown);
}
