import { Address } from 'viem'; /** * Returns the first 6 and last 4 characters of an address. */ export declare const getSlicedAddress: (address: Address) => string; //# sourceMappingURL=getSlicedAddress.d.ts.map