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