import { SplatDataUrlsType } from './types';
export declare const getSplatAndMetaDataUrlsAsync: (uuid: string) => Promise<SplatDataUrlsType | null>;
