import type { AnchorTypes } from "@saberhq/anchor-contrib"; import type { QuarryOperatorIDL } from "../idls/quarry_operator"; export * from "../idls/quarry_operator"; export declare type QuarryOperatorTypes = AnchorTypes; declare type Accounts = QuarryOperatorTypes["Accounts"]; export declare type OperatorData = Accounts["Operator"]; export declare type QuarryOperatorError = QuarryOperatorTypes["Error"]; export declare type QuarryOperatorProgram = QuarryOperatorTypes["Program"]; //# sourceMappingURL=operator.d.ts.map