/** * Interface Template * * Generates {Module}Interface.ts file with Input type and Interface definition. */ import { FrontendTemplateData } from "../../types/template-data.interface"; /** * Generate the interface file content * * @param data - Frontend template data * @returns Generated file content */ export declare function generateInterfaceTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=interface.template.d.ts.map