import { Texture } from 'three'; import { SideType } from './interfaces.ts'; export declare function useTextureMap(map?: string | string[], mapRepeat?: [number, number]): Texture; export declare function getSide(side?: SideType): 0 | 1 | 2;