import type { ValuesType } from 'utility-types';
import { Mouth } from '../options';
export declare const mouth: Record<Exclude<ValuesType<Mouth>, 'scream'>, () => string>;
