import { ErrorKey } from './errorMessages'; export default function getErrorMessage(key: ErrorKey, ...params: any[]): string;