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