export declare const SPINNER_VERBS: string[]; export declare const GOBLIN_SPINNER_VERBS: string[]; export declare const COMPLETION_VERBS: Record; export declare function pickRandomVerb(): string; export declare function pickRandomGoblinVerb(): string; export declare function getCompletionVerb(verb: string): string;