import { Container } from './types'; export default function parseContainerFromURL(url: string): Container;