export declare function useListDocPage({ queryName, cursor, pageSize, fetchSortVariables, }: { queryName: string; cursor?: string; pageSize: any; fetchSortVariables: any; }): any; export default useListDocPage; //# sourceMappingURL=useListDocPage.d.ts.map