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