import type { MessagePort } from "node:worker_threads";
export type LoaderRegistration = {
    key: string;
    path: string;
    port: MessagePort;
    importMap?: string;
};
export declare function registerLoaders(loaders: LoaderRegistration[]): void;
//# sourceMappingURL=registerLoaders.d.ts.map