/** * When code needs to be displayed in a view, this function * formats that code to take care of any weird spaces * @param code */ export declare function formatCode(code: string): string;