export declare const cloisterOffice: (param?: string) => (state: import("..").GameState | undefined) => import("..").GameState | undefined;
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: import("..").GameState) => string[]>;
