import { DonobuException } from './DonobuException';
export declare class SuiteNotFoundException extends DonobuException {
    private constructor();
    static forId(suiteId?: string | null): SuiteNotFoundException;
}
//# sourceMappingURL=SuiteNotFoundException.d.ts.map