import { GameState } from '../types';
export declare const harborPromenade: () => import("..").StateReducer;
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], _state: GameState) => string[]>;
