import { FsService, PageMap } from "../../../domain/content";
export declare class PagesCollector {
    private m;
    private fs;
    private processedPaths;
    constructor(pageMap: PageMap, fs: FsService);
    /**
     * Collect - exact replica of Go's Collect method
     */
    collect(): Promise<void>;
    /**
     * CollectDir - exact replica of Go's collectDir method
     */
    private collectDir;
    private handleBundleLeaf;
}
//# sourceMappingURL=pagecollector.d.ts.map