declare const convertToSpaces: (input: string, spaces?: number) => string;
export default convertToSpaces;
