import { Binder } from "../binder.js";
export declare class BlockBinder extends Binder<unknown> {
    static key: string;
    static block: boolean;
    routine(): void;
}
