export declare class McRAIImage { path: string; width: number; height: number; constructor(path: string, width: number, height: number); }