UNPKG

@cloud-cli/cli

Version:

CLI for the Cloud CLI project

4 lines (3 loc) 199 B
import type { Settings } from './configuration.js'; export declare function validateKey(request: any, response: any, settings: Settings): boolean; export declare function loadKey(): Promise<string>;