import * as ast from "../ast/index"; export declare function stringifyType(type: ast.Type): string; export declare function stringifyFullIdent(fullIdent: ast.FullIdent): string; export declare function stringifyOptionName(optionName: ast.OptionName): string;