export declare class ImportlyError extends Error {
name: string;
}
export declare class ImportlyParsingError extends ImportlyError {
}
export declare class ImportlyLookupError extends ImportlyError {
}
export declare class ImportlyGenerationError extends ImportlyError {
}