/** * Get the final service path, this replaces the "{api-version}" placeholder * with a new template string placeholder so we can dynamically inject the * OpenAPI version without the need to hardcode this in the URL. * Plus we return the correct parameter names to replace in the URL. * @param path */ export declare function getOperationPath(path: string): string;