declare module '../../../collections/List' { namespace List { /** Returns an empty List. */ function empty(): List; } } export {};