/**
 * Generate the open api specification for the provided structure.
 *
 * @param {import("../generate").GenerateContext} generateContext
 */
export function openApiGenerate(
  generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=generator.d.ts.map
