import { RuntimeException } from './runtime';
export declare class CircularDependencyException extends RuntimeException {
    constructor(context?: string);
}
//# sourceMappingURL=circular-dependency.d.ts.map