export type KaminoToken = {
    name: string;
    id: number;
};
export default KaminoToken;
//# sourceMappingURL=KaminoToken.d.ts.map