import { BaseException } from './base.exception';
/**
 * Exception thrown if an error which can only be found on runtime occurs.
 * @public
 */
export declare class RuntimeException extends BaseException {
    name: string;
}
//# sourceMappingURL=runtime.exception.d.ts.map