import type { InscriptionBalance } from './InscriptionBalance';
export type InscriptionBalances = {
    inscriptions: Array<InscriptionBalance>;
};
