import type { ExpoConfig } from "@expo/config-types"; import { type ExportedConfig } from "@expo/config-plugins"; export declare const withDubloon: (config: ExpoConfig, props: unknown) => ExportedConfig;