import { BoatConfig } from '../types/boat'; export declare function Boat(config: BoatConfig): ClassDecorator;