import { PublicKey, AccountInfo } from '@solana/web3.js';
import { Address, Base64EncodedDataResponse, Account } from '@solana/kit';
import { Buffer } from 'buffer';
export declare function toLegacyPublicKey(address: Address): PublicKey;
export declare function toAccountInfo(acc: Account<Base64EncodedDataResponse>): AccountInfo<Buffer>;
//# sourceMappingURL=compat.d.ts.map