import { NodePath, types } from "@babel/core"; export declare function getGetArgValue(callPath: NodePath, callDescription: string): (argIndex: number) => any;