import { IScope } from "../types"; import { ObjectValue } from "../values"; export declare class BlockBuilder extends ObjectValue { constructor(scope: IScope); }