import { ImageSource } from '../Image.types'; /** * Converts a blurhash string (`blurhash:///` or //) into an `ImageSource`. * * @return An ImageSource representing the provided blurhash. * */ export declare function resolveBlurhashString(str: string): ImageSource; /** * Converts a thumbhash string (`thumbhash:/` or ``) into an `ImageSource`. * * @return An ImageSource representing the provided thumbhash. * */ export declare function resolveThumbhashString(str: string): ImageSource; //# sourceMappingURL=resolveHashString.d.ts.map