export type BistroTexturePlanEntry = { source: string; role: 'base-color-opacity' | 'normal-directx' | 'packed-orm' | 'emissive' | 'unsupported'; conversion: string; }; export declare function planBistroTextures(texturePaths: readonly string[]): BistroTexturePlanEntry[];