import * as tr from "azure-pipelines-task-lib/toolrunner"; export declare function getFuncDeployCommand(funcToolsPath: string, secretName: string, appName: string, namespace: string, imageName: string, registry: string, pullSecretName: string, args: string): tr.ToolRunner;