export declare function getManifest(publicUrl: string, { platform }?: {
    platform?: 'android' | 'ios' | 'all';
}): Promise<any>;