import { IMovie } from "../typings/index.js";
declare function getMovie(id: string): Promise<IMovie>;
export { getMovie };
