export declare const VERSION = "2";
/**
 * Provides the YAML necessary to create a workflow for the `MeshCall` service.
 * The `appId` parameter is optional and defaults to the HMNS constant ('hmsh').
 *
 * The version is a string as it supports semantic versioning. It is also optional
 * and defaults to '1'.
 */
export declare const getWorkflowYAML: (appId?: string, version?: string) => string;
