import { Translate } from './interfaces';
export default function translate(translator?: Translate): (key: string) => string;
