import type { JettonInfo } from './JettonInfo';
export type Jettons = {
    jettons: Array<JettonInfo>;
};
