/** * Prompt for a Lamina API key in a masked input. Returns the trimmed key. * Throws `LaminaCliError` if the user cancels (Ctrl+C) or enters an empty * value. */ export declare function promptApiKey(): Promise;