diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 25397b9749..2965e3eebb 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -11,8 +11,6 @@ */ declare module '@solana/web3.js' { - declare export type PublicKey = string; - // === src/publickey.js === declare export class PublicKey { constructor(number: string | Buffer | Array): PublicKey;