import { Logger } from "@jackchim/types"; export declare class LinkLoader { #private; constructor(sourceDir: string | string[], logger?: Logger); /** * Load links from the source paths, links are registering themselves, * therefore we only need to import them */ load(): Promise; } //# sourceMappingURL=link-loader.d.ts.map