/** * Fake scottish (dwarven) accent filter, by Adam Borowski, inspired by the * character "Durkon" from Order of the Stick by Rich Burlew. GPL, 2007 * * @copyright (c) 2007 Adam Borowski * @license GPL-3+ * @author Aaron Wells */ /** * * @param {string} initialString */ export declare function scottish(initialString: string): string;