//#region src/helpers/create-operation-id.d.ts /** * Create an Operation Id from a summary string * * @param summary - The summary string from the specification * @returns The generated operation ID */ declare function createOperationId(summary: string): string; //#endregion export { createOperationId }; //# sourceMappingURL=create-operation-id.d.mts.map