import type { State } from '../types.js'; export default function selectMeta(state: State, fetchKey: string): State['meta'][string]; //# sourceMappingURL=selectMeta.d.ts.map