import type { Platform } from '@rsmax/types'; export default function readManifest(filename: string, target: Platform, strict?: boolean): any;