/** * ken: * will turn English into Cockney, featuring (dubious) rhyming slang for a lot * of computer terminology. * * ken is named after Ken the Chirpy Cockney Character from the Viz Comic (tm), * who speaks somewhat like that. * * @copyright (c) Stephen K Mulrine * @copyright (c) 2019 Aaron Wells (JavaScript port) * @license GPL-2+ * @author Aaron Wells */ export declare function ken(originalString: string): string;