import { RuntimeExceptionOptions } from '@concepta/nestjs-common'; import { OrgException } from './org.exception'; export declare class OrgNotFoundException extends OrgException { constructor(options?: RuntimeExceptionOptions); } //# sourceMappingURL=org-not-found.exception.d.ts.map