import { RuntimeException } from './runtime.exception'; import { Type } from '../../interfaces'; export declare class InvalidExportException extends RuntimeException { constructor(type: any, context: Type[]); }