export type TemplateId = keyof typeof templates;
export declare const templates: {
    readonly node: "@softwareventures/template-node-project";
    readonly webpack: "@softwareventures/template-webpack-project";
};
export declare function templatePath(id: TemplateId, ...pathSegments: string[]): string;
