declare const friendlyWords: (segments?: number, separator?: string) => string;

export { friendlyWords };
