/** * https://twitter.com/yugop * * @param text The input text * @param phase The value between 0.0 and 1.0 * @param randomRatio The nerd value */ export declare function getYugopText(text: string, phase: number, randomRatio?: number): string;