import { type ConfigurationInput, type Lightship } from '../types.js'; export declare const createLightship: (userConfiguration?: ConfigurationInput) => Promise;