import { Exception } from '.';
export declare class EntityTooLargeException extends Exception {
    constructor();
}
