import { ZebecCardContract } from "./zebec_card_contract";
declare const CARD_IDL: ZebecCardContract;
export { CARD_IDL, ZebecCardContract };
