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