export declare function wireCartToMenuDisplay({ cartSelector }: {
    cartSelector: string;
}): boolean;
