import { SoundTypes } from './types'; export declare namespace SoundArray { function get(array: T[], index: SoundTypes.int): T; }