import type { CreateBuildLoaderFn } from "./types.js";
/**
 * Creates a loader function for handling module resolution during build.
 *
 * The loader handles the following strategy:
 *  - For inline modules: Handle them using bundle
 */
export declare const createBuildLoader: CreateBuildLoaderFn;
//# sourceMappingURL=createBuildLoader.server.d.ts.map