import { AccountData } from "@cronos-so/utils"; import { TypeDef } from "@project-serum/anchor/dist/cjs/program/namespace/types"; import { Cronos } from "./idl"; export declare type AuthorityAccountData = AccountData; export declare type ConfigAccountData = AccountData; export declare type DaemonAccountData = AccountData; export declare type FeeAccountData = AccountData; export declare type HealthAccountData = AccountData; export declare type TaskAccountData = AccountData; export declare type TreasuryAccountData = AccountData; export declare type InstructionData = TypeDef; export declare type AccountMetaData = TypeDef; export declare type TaskStatus = TypeDef;