import { SchemaType } from '@sanity/types'; import { Path } from '../types'; export declare function getPreviewPaths(preview: SchemaType['preview']): null | Path[]; //# sourceMappingURL=getPreviewPaths.d.ts.map