import { BasedServer } from '../server.js'; import { Context } from '@based/functions'; export declare const callFunction: (server: BasedServer, name: string, ctx: Context, payload: any) => Promise;