export as namespace Profiles; export function fetchProfilesList(basePath: string): { [key: string]: string }; export function fetchProfile( xrInputSource: object, basePath: string, defaultProfileId?: string, getAssetPath?: boolean ): { profile: object; assetPath?: string };