import { Shard } from "../core/shard"; import { State } from "../types"; export declare const useShard: (shard: Shard) => State;