import type { CmsEntryResolverFactory as ResolverFactory } from "../../../../types/index.js"; interface ResolveMoveArgs { revision: string; folderId: string; } type ResolveMove = ResolverFactory; export declare const resolveMove: ResolveMove; export {};