import type { TypeRef } from "../../types/types"; import type { WriterContext } from "../Writer"; export declare function cast(from: TypeRef, to: TypeRef, expression: string, ctx: WriterContext): string;