import type { MergeMinerData, MergePoolData, MinerData, MinterData, MintWrapperData, OperatorData, QuarryData, RedeemerData, RegistryData, RewarderData } from "@quarryprotocol/quarry-sdk"; import type { KeyedAccountInfo } from "@solana/web3.js"; export declare const PARSE_MINT_WRAPPER: (d: KeyedAccountInfo) => MintWrapperData; export declare const PARSE_MINTER: (d: KeyedAccountInfo) => MinterData; export declare const PARSE_MINER: (d: KeyedAccountInfo) => MinerData; export declare const PARSE_QUARRY: (d: KeyedAccountInfo) => QuarryData; export declare const PARSE_REWARDER: (d: KeyedAccountInfo) => RewarderData; export declare const PARSE_REGISTRY: (d: KeyedAccountInfo) => RegistryData; export declare const PARSE_OPERATOR: (d: KeyedAccountInfo) => OperatorData; export declare const PARSE_REDEEMER: (d: KeyedAccountInfo) => RedeemerData; export declare const PARSE_MERGE_POOL: (d: KeyedAccountInfo) => MergePoolData; export declare const PARSE_MERGE_MINER: (d: KeyedAccountInfo) => MergeMinerData; //# sourceMappingURL=parsers.d.ts.map