import { CustomFunctionService } from "./custom_function.service"; export declare class CustomFunctionController { protected service: CustomFunctionService; constructor(service: CustomFunctionService); execute(data: any): Promise; getFunctionList(): Promise; }