import { type Address } from "viem/accounts"; export declare const getAddressFromShard: (clientShard: string) => Address; export declare const getSecretFromShard: (clientShard: string) => Uint8Array;