import { BaseException } from '@db-studio/exceptions'; import type { Range } from '@db-studio/storage'; export declare class RangeNotSatisfiableException extends BaseException { constructor(range?: Range); }