declare function spaceCase(str: string): string;

export = spaceCase;
