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