export declare const paginate: ({ paginator, startKey, }: { paginator: (startKey?: any) => Promise; startKey?: any; }) => Promise;