import { Interjection } from '../../types';
declare const interjections: Array<Interjection>;
export default interjections;
