import type { AnchorTypes } from "@saberhq/anchor-contrib";
import type { YiIDL } from "../idls/yi";
export * from "../idls/yi";
export declare type YiTypes = AnchorTypes<YiIDL, {
    yiToken: YiTokenData;
}>;
declare type Accounts = YiTypes["Accounts"];
export declare type YiTokenData = Accounts["YiToken"];
export declare type YiProgram = YiTypes["Program"];
//# sourceMappingURL=yi.d.ts.map