/** * Convert a 0x-prefixed hex starknet address to its 32-byte binary representation. */ export declare function starknetAddressToBinary(address: string): Uint8Array; //# sourceMappingURL=index.d.ts.map