import { WebPrefab } from '../types'; declare const webPrefab: (sdkVersion: string) => WebPrefab; export default webPrefab;