import type { SnImageObject } from './types'; export default function buildSnImageObject(filePath: string): SnImageObject;