interface UseCodeCortexLicenseKeyResponse { isIdle: boolean; isLoading: boolean; isSuccess: boolean; isFailure: boolean; data: string | undefined; } export declare const useCodeCortexLicenseKey: () => UseCodeCortexLicenseKeyResponse; export {}; //# sourceMappingURL=use-code-cortex-license-key.d.ts.map