import { RuntimeException } from './runtime';
export declare class UndefinedModuleException extends RuntimeException {
    constructor(parentModule: any, index: number, scope: any[]);
}
//# sourceMappingURL=undefined-module.d.ts.map