import type { TypeDescription, TypeRef } from "../../types/types"; import type { WriterContext } from "../Writer"; export declare function resolveFuncPrimitive(descriptor: TypeRef | TypeDescription | string, ctx: WriterContext): boolean;