import { RuntimeException } from './runtime.exception'; export declare class UnknownExportException extends RuntimeException { constructor(name: string, exported: string); }