import type { CanonicalSkeleton } from './stages/conform'; /** World rest transforms accumulate root-down, exactly like extractCanonicalSkeleton's visit(). */ export declare function vendoredCanonicalSkeleton(): CanonicalSkeleton;