import { ExpoConfig } from '@expo/config-types'; import { ConfigPlugin } from '../Plugin.types'; export declare const withVersion: ConfigPlugin; export declare function getVersionName(config: Pick): string | null; export declare function setVersionName(config: Pick, buildGradle: string): string; export declare function getVersionCode(config: Pick): number | null; export declare function setVersionCode(config: Pick, buildGradle: string): string;