export declare const isSpaceInteractable: (space: any, floorMap: any) => boolean; export declare const getUnholdedOnly: (spaces: any) => any; export declare const getType: (space: any) => string; export declare const getProductType: (space: any) => string; export declare const getProductName: (space: any) => string;