export { remoteTelefunctionCall }; declare function remoteTelefunctionCall(telefuncFilePath: string, telefunctionName: string, telefunctionArgs: unknown[]): Promise;