import { ICast } from "../typings/index.js";
declare function getCast(id: string): Promise<ICast[]>;
export default getCast;
