import BNJS from 'bn.js';
import * as web3 from '@solana/web3.js';
export declare class BN extends BNJS {
}
export { web3 };
export declare class AnchorProvider {
constructor();
}
export declare class Program<_T = any> {
constructor();
}
export type IdlAccounts<_T = any> = any;