import type { AppInfo, LibInfo } from "akanjs"; export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: { [key: string]: string } = {}) { return ` export { fetch } from "./sig"; `; }