import { NativeStruct } from "../native-struct";
import { _Il2CppType } from "./type";
export declare class _Il2CppParameter extends NativeStruct {
    get name(): string;
    get position(): number;
    get type(): _Il2CppType;
}
