import { ICreateFunctionOptions } from '../types'; export declare function updateFunctionCode(options: ICreateFunctionOptions): Promise;