import type { NxKey } from '@nx/key'; export declare function createNxKeyLicenseeInformation(nxKey: NxKey): string; export declare function getNxKeyInformation(): Promise; export declare class NxKeyNotInstalledError extends Error { constructor(e: Error); }