export declare function Manifest(manifestPath: string): Promise<any>;
export declare function CheckManifest(manifest: any): boolean;