import type { GenericTemplate } from "../index.js";
type Template = GenericTemplate & {
    framework: "Node.js";
    ethereumFramework: "Ethers v6" | "viem" | "Web3.js";
};
export declare const templates: Template[];
declare const _default: (folderLocation: string, folderRelativePath: string, templateKey?: string) => Promise<void>;
export default _default;
