import { ImageURISource } from "react-native"; /** * type guard to check if a value is an ImageURISource * @argument value the value to check, can be anything * @returns boolean */ export declare const isImageUri: (value: unknown) => value is ImageURISource; //# sourceMappingURL=url.d.ts.map