import { Alias } from '../types'; export declare function alias(name: string, abbreviation?: string): Alias;