export type ParsedObject = Record; export type Range = [min: number, max: number]; export type NameSpace = { importPath: string; uri: string; }; export type NameSpacePrefix = Record; export declare function getImportPath(uri: string): string;