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