import { TypeAlias } from "../types/type-alias"; export declare function isTypeAlias(type: unknown): type is TypeAlias;