import { Json } from './types'; export declare const parseTexturedMaterial: (material: T | undefined, resolution: string) => (T & { tint: string; texture: any; }) | null;