import type { VariableType } from "../parser-type"; export declare function getVariableData(lineContent: string): VariableType | null;