import { Collection, ObjectField } from '@tinacms/schema-tools'; export declare const processDocumentForIndexing: (data: Record, path: string, collection: Collection, textIndexLength: number, field?: ObjectField) => Record; export declare const lookupStopwords: (keys?: string[], defaultStopWords?: string[]) => string[];