import { DocumentPickerOptions, DocumentPickerResult } from './types';
declare const _default: {
    getDocumentAsync({ type, multiple, base64, }: DocumentPickerOptions): Promise<DocumentPickerResult>;
};
export default _default;
//# sourceMappingURL=ExpoDocumentPicker.web.d.ts.map