Repository URL to install this package:
import { RuntimeException } from './runtime.exception'; export declare class UnknownExportException extends RuntimeException { constructor(token: string, module: string); }