import { VariableSymbol } from "./VariableSymbol.js";
export declare class ParameterSymbol extends VariableSymbol {
}
