/** * Swedish Chef filter. Bork Bork Bork! * * @copyright (c) 1999 Joey Hess * @license GPL-2+ * @author Aaron Wells */ /** * Note that the order of the commands in this program is very important! * * @param {string} initialString * @returns {string} */ export declare function chef(initialString: string): string;