import { AzureFunction, BindingDefinition, Context } from '@azure/functions'; import { Binding } from './types'; export type AugmentContextCallback = (context: Context) => void; export declare function functionRunner(azFunction: T, bindingDefinitions?: BindingDefinition[] | string, bindingData?: Record, augmentContext?: AugmentContextCallback): Promise> extends void ? Context : Awaited>>; //# sourceMappingURL=function-runner.d.ts.map