declare function formatRequestPayload<T>(params: T): string;

export { formatRequestPayload };
