import type { AnchorTypes } from "@saberhq/anchor-contrib"; import type { QuarryRegistryIDL } from "../idls/quarry_registry"; export * from "../idls/quarry_registry"; export declare type RegistryTypes = AnchorTypes; declare type Accounts = RegistryTypes["Accounts"]; export declare type RegistryData = Accounts["Registry"]; export declare type RegistryError = RegistryTypes["Error"]; export declare type RegistryProgram = RegistryTypes["Program"]; //# sourceMappingURL=registry.d.ts.map