import { StructureError } from './StructureError'; export declare class NoExportError extends StructureError { readonly namedExport: string; constructor(namedExport: string); }