import type { WebClient } from '@slack/web-api'; import type { FunctionFailFn } from '../CustomFunction'; import type { Context } from '../types'; export declare function createFunctionFail(context: Context, client: WebClient): FunctionFailFn; //# sourceMappingURL=create-function-fail.d.ts.map