import type { Loader } from "./types.js";
/**
 * NodeLoader is an implementation of the Loader interface that uses Node.js APIs
 * to load template files from the filesystem. It provides methods to scan directories
 * for template files and load their contents into memory.
 */
export declare const loader: Loader;
//# sourceMappingURL=loader-impl.d.ts.map