import { RuntimeException } from './runtime.exception';
/**
 * Exception thrown when adding an element to a full container.
 * @public
 */
export declare class OverflowException extends RuntimeException {
    name: string;
}
//# sourceMappingURL=overflow.exception.d.ts.map