export declare const addLabel: import("@metaplex-foundation/amman").AddLabel;
export declare const isKeyOf: (key: import("@metaplex-foundation/amman").KeyLike) => {
    (otherKey: import("@metaplex-foundation/amman").KeyLike): boolean;
    $spec: string;
};
