import { BudgieLine } from "../output/budgieLine";
/**
 * Parses a raw TypeScript type name into the Budgie command equivalent.
 *
 * @param typeRaw   A raw TypeScript type.
 * @returns The Budgie command equivalent for the type.
 */
export declare const parseRawTypeToBudgie: (typeRaw: string) => string | BudgieLine;
