import { EitherAsync } from 'purify-ts/EitherAsync'; import { DocumentId, QueryRequest } from './models'; export declare const getPaginatedDocuments: ({ storeId, page, perPage }: QueryRequest) => (documentIds: DocumentId[]) => EitherAsync;