import { Feature } from '..'; export default function requestFeature(fn: (feature: Feature) => Promise): Promise;