import { Alias, Content, Position } from "../types"; export declare function createAlias(position: Position, content: Content, value: string): Alias;