import { NativeStruct } from "../native-struct";
import { _Il2CppImage } from "./image";
export declare class _Il2CppAssembly extends NativeStruct {
    get image(): _Il2CppImage;
    get name(): string;
}
