import type { Option } from './types';
export declare const yo: (str: string, opt?: Option | undefined) => string[];
