import * as anchor from "@project-serum/anchor"; export declare const getFloorOptionState: (optionKey: anchor.web3.PublicKey) => Promise; export declare const getOptionState: (assetNftMint: anchor.web3.PublicKey) => Promise; export declare const getCollectionIdentifier: (collectionIdentifierKey: anchor.web3.PublicKey) => Promise; export declare const getStrikrAuthority: () => Promise;