export declare class ContentNotFound extends Error {
    constructor(cid: string, reason?: string);
}
export declare const AbortErrorName = "AbortError";
