import type { GenerateCmdContext } from "../../interfaces/GenerateCmdContext.js";
type TemplateOptions = {
    type?: string;
    name?: string;
    symbolName?: string;
    symbolPath?: string;
    symbolPathBasename?: string;
    directory?: string;
};
export declare function mapDefaultTemplateOptions(opts: TemplateOptions): GenerateCmdContext;
export {};
