import { SqModule } from "./SqProject/SqModule.js"; export type SqLinker = { resolve: (importString: string, fromId: string) => string; loadModule: (sourceId: string, hash?: string) => Promise; }; export declare const defaultLinker: SqLinker; export declare function makeSelfContainedLinker(sources: Record): SqLinker; //# sourceMappingURL=SqLinker.d.ts.map