/** * Where `skills login` signs in when no URL and no credential are configured. * * It is not a data default: with no credential every data surface still fails * closed and sends nothing. It is not a fallback for a credential that already * resolves either: a legacy internal key with no bound URL keeps its internal * gateway, for data and for signing in, and is never sent here. A completed * sign-in records this origin beside the key it minted. Select another server * with `skills login --url ` or HASNA_SKILLS_API_URL. * * Typed as `string` so the emitted declaration carries no literal host. */ export declare const SKILLS_PRODUCT_DEFAULT_ORIGIN: string;