import { type ComputedRef } from "vue"; import type { IoCode } from "@/interfaces/IoCode"; export declare const useIoCode: (props: IoCode) => { ioCodeToDisplay: ComputedRef; getIoCode: (ioCode: string, callback: Function) => void; }; //# sourceMappingURL=useIoCode.d.ts.map