import { ScopedSymbol } from "./ScopedSymbol.js";
export declare class BlockSymbol extends ScopedSymbol {
}
