export declare const getDeviceSlugPath: (productId: any, pageContent: any) => string; export declare const findItemsByPoType: (poType: string, items?: any[]) => Record>; export declare const findItemsByItemType: (itemType: string, cartItems?: any[]) => Record>;