import { ApiErrorException } from './ApiErrorException';
export declare class UnknownApiErrorException extends ApiErrorException {
}
