import { SceneSkyBoxSourcesType } from "."; export declare function getCzmSceneSkyBoxSources(value: SceneSkyBoxSourcesType): { positiveX: string; negativeX: string; positiveY: string; negativeY: string; positiveZ: string; negativeZ: string; } | undefined;