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