import { PdfOperation } from '../types'; export declare function usePageOrder(numPages: number, operations: PdfOperation[]): number[];