import type { AnchorTypes } from "@saberhq/anchor-contrib"; import type { QuarryMintWrapperIDL } from "../idls/quarry_mint_wrapper"; export * from "../idls/quarry_mint_wrapper"; export declare type MintWrapperTypes = AnchorTypes; declare type Accounts = MintWrapperTypes["Accounts"]; export declare type MintWrapperData = Accounts["MintWrapper"]; export declare type MinterData = Accounts["Minter"]; export declare type MintWrapperError = MintWrapperTypes["Error"]; export declare type MintWrapperProgram = MintWrapperTypes["Program"]; //# sourceMappingURL=mintWrapper.d.ts.map