import { ClientServiceFileGeneratorOptions } from "./types";
export declare function getTemplateContents({ endpointPath, name, route, }: ClientServiceFileGeneratorOptions): Promise<string>;
//# sourceMappingURL=template.d.ts.map