import type { FormattedApiResponse } from "./types"; export default function findById(id: string | number): Promise;