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