/**
 * ExpoFP Manifest format
 * TODO: Keep this in sync with packages/data/src/lib/manifest.ts until this copy is removed.
 */
export interface Manifest {
    expo: string;
    /** @deprecated */
    legacyDataVersion?: {
        version: string;
    };
    /** @deprecated */
    legacyDataUrlBase?: string;
}
//# sourceMappingURL=manifest.d.ts.map