/**
 *
 * @param {string} controllerPath The importable path to the controller
 * @param {Number} indentationSpaces Amount each line should be indented
 * @param {string} exportName The name of the module that's exported from the controller
 */
export default function (controllerPath: string, indentationSpaces: number, exportName?: string): string;
