declare function imageUrl(image: string): string;
declare const innerDefault: {
  imageUrl: typeof imageUrl;
};
export default innerDefault;
