import { RuntimeException } from './runtime';
export declare class UnknownExportException extends RuntimeException {
    constructor(token: string | symbol, moduleName: string);
}
//# sourceMappingURL=unknown-export.d.ts.map