import type { Config, Document } from '../../lib'; export default function paginate(config: Config, documents: Document[]): Promise; export declare const selectionConnectionInfo: { kind: "Field"; name: { kind: "Name"; value: string; }; selectionSet: { kind: "SelectionSet"; selections: ({ kind: "Field"; name: { kind: "Name"; value: string; }; selectionSet?: undefined; } | { kind: "Field"; name: { kind: "Name"; value: string; }; selectionSet: { kind: "SelectionSet"; selections: { kind: "Field"; name: { kind: "Name"; value: string; }; }[]; }; })[]; }; }[];