/** * @internal */ declare function isPosCorner(pos: { t: number; }): boolean; export { isPosCorner };