import { RuntimeException } from './runtime';
import { AbstractInterface, Type } from "../../contracts";
export declare class InvalidClassScopeException extends RuntimeException {
    constructor(metaTypeOrToken: Type<any> | AbstractInterface<any> | string | symbol);
}
//# sourceMappingURL=invalid-class-scope.d.ts.map