import { Binder } from "@ribajs/core";
export declare class ShopifyCartCountBinder extends Binder<void, HTMLElement> {
    static key: string;
    private _onCartRequestComplete;
    private onCartRequestComplete;
    private _onCartRequestChanged;
    private onCartRequestChanged;
    routine(): void;
    bind(): void;
    unbind(): void;
}
