import { type Frame } from 'react-native-vision-camera';
/**
 * Scans texts.
 */
export declare function detectText(frame: Frame): {
    text: string;
} | null;
//# sourceMappingURL=index.d.ts.map