export type AbiResponse = {
    account_name: string;
    code_hash: string;
    abi_hash: string;
    abi: string;
};
//# sourceMappingURL=AbiResponse.d.ts.map