/// <reference types="node" />
import { AtomIdentifierT } from './_types';
import { Result } from 'neverthrow';
export declare const AtomIdentifier: {
    create: (bytes: Buffer | string) => Result<AtomIdentifierT, Error>;
    JSONDecoder: import("@radixdlt/data-formats").Decoder;
};
//# sourceMappingURL=atomIdentifier.d.ts.map