import { TokenParticleInput } from './meta/tokenParticle';
import { UnallocatedTokensParticleT } from './_types';
export declare const unallocatedTokensParticle: (input: TokenParticleInput) => UnallocatedTokensParticleT;
export declare const isUnallocatedTokensParticle: (something: unknown) => something is UnallocatedTokensParticleT;
export declare const UnallocatedTokensParticle: {
    JSONDecoder: import("@radixdlt/data-formats").Decoder;
    SERIALIZER: string;
    fromJSON: (json: unknown) => import("neverthrow").Result<UnallocatedTokensParticleT, Error[]>;
    JSONDecoders: import("@radixdlt/data-formats").Decoder[];
};
//# sourceMappingURL=unallocatedTokensParticle.d.ts.map