import { LogicalCart } from './interfaces'; export declare function cartIsComplete(observed: LogicalCart, expected: LogicalCart): boolean;