export declare class LoaderContext {
    allowCodeImport: boolean;
    constructor();
}
