export declare class TypeRefScanner { collectRelativeTypeRefs(text: string): string[]; collectBareModuleRefs(text: string): string[]; private collectRefs; private isBare; } //# sourceMappingURL=typeRefScanner.d.ts.map