/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ /** * Keep all uses of this function inside this package for maintenance reasons. * The apis need to be kept in sync with the server. */ export declare function call(params: { module: string; api: string; args: { [arg: string]: any; }; }): Promise;