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