/**
 * Generic formatter for languages prettier doesn't support, like Swift
 *
 * Not super sophisticated, but much better than nothing
 */
export declare const format: (str: string, indentSpaces?: number) => string;
