import { IntrospectedClassFunction } from "./function.js";
/**
 * Transforms async functions to include Promise-based overloads
 */
export declare function promisifyFunctions(functions: IntrospectedClassFunction[]): IntrospectedClassFunction[];
