/** * This code was AUTOGENERATED using the kinobi library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun kinobi to update it. * * @see https://github.com/metaplex-foundation/kinobi */ import { Serializer } from '@metaplex-foundation/umi/serializers'; import { UseMethod, UseMethodArgs } from '.'; export type Uses = { useMethod: UseMethod; remaining: bigint; total: bigint; }; export type UsesArgs = { useMethod: UseMethodArgs; remaining: number | bigint; total: number | bigint; }; export declare function getUsesSerializer(): Serializer;