/**
 * Api error thrown when a request fails to obtain any data.
 */
export declare class ApiNotFoundError extends Error {
    constructor();
}
