// flow-typed signature: 069c76ac6f0b539483367fd95c435241 // flow-typed version: <>/@solana/spl-token_v0.0.4/flow_v0.130.0 /** * This is an autogenerated libdef stub for: * * '@solana/spl-token' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work with the * community by sending a pull request to: * https://github.com/flowtype/flow-typed */ declare module '@solana/spl-token' { declare module.exports: any; } /** * We include stubs for each file inside this npm package in case you need to * require those files directly. Feel free to delete any files that aren't * needed. */ declare module '@solana/spl-token/lib/index.cjs' { declare module.exports: any; } declare module '@solana/spl-token/lib/index.esm' { declare module.exports: any; } declare module '@solana/spl-token/module.flow' { declare module.exports: any; } // Filename aliases declare module '@solana/spl-token/lib/index.cjs.js' { declare module.exports: $Exports<'@solana/spl-token/lib/index.cjs'>; } declare module '@solana/spl-token/lib/index.esm.js' { declare module.exports: $Exports<'@solana/spl-token/lib/index.esm'>; } declare module '@solana/spl-token/module.flow.js' { declare module.exports: $Exports<'@solana/spl-token/module.flow'>; }