export interface Image { read: () => string; }