import { utf8ByteLength } from "../../utils/utf8-byte-length.js"; export interface ImportGroups { local: string[]; remote: string[]; shared: string[]; } export declare function analyzePageImports(content: string): ImportGroups; export { utf8ByteLength }; //# sourceMappingURL=source-imports.d.ts.map