import { BindingArgs } from '.'; import { IWorkspace } from '../types'; export declare function initEventVariable(workspace: IWorkspace, eventKey: string): void; export declare const functionLoader: { name: string; translate: ({ entity, args, extra, workspace }: BindingArgs) => ((...args: any[]) => Promise) | (() => any); hooks: {}; };