declare const getPublicImage: (image: {
    url?: string | null;
}) => string | null | undefined;

export { getPublicImage };
