import Image from '../interface-types/image.js';
import CastImageOptions from '../cast-image-options.js';
/**
 * @deprecated Use readImageNode from @itk-wasm/image-io instead
 */
declare function readImageLocalFile(filePath: string, options?: CastImageOptions): Promise<Image>;
export default readImageLocalFile;
