import type { Mode } from "../types"; export default function getMode(data: string): Mode;