/**
 * Documentation for the runWfFunction operation
 */
/**
 * Returns documentation for the runWfFunction operation
 * @return {string} markdown documentation
 */
export declare function runWfFunctionDocs(): string;
/**
 * Returns a brief summary of the runWfFunction operation.
 * @return {string} A short description of the function.
 */
export declare function runWfFunctionSummary(): string;
export default runWfFunctionDocs;
