import { ConfigPlugin } from '@expo/config-plugins'; /** * Config plugin to add LibSignalClient pod dependency with: * - Checksum for prebuild verification * - Library search paths for libsignal_ffi.a linking */ declare const withLibSignal: ConfigPlugin; export default withLibSignal;