import { AcroFormField } from '../types'; export declare const useAcroFormFields: (sourceBytes: Uint8Array | null) => AcroFormField[];