/**
 * Api error thrown when the cause was unable to be determined
 */
export declare class ApiUnknownInternalError extends Error {
    constructor();
}
