import { RuntimeException } from './runtime';
import { Type } from "../../contracts";
export declare class UndefinedForwardRefException extends RuntimeException {
    constructor(scope: Type<any>[]);
}
//# sourceMappingURL=undefined-forwardref.d.ts.map