export * from '@platform/test';
export * from '../common';
import { t } from '../common';
import { Manifest } from '../manifest';
export declare const YAML_DIR: string;
export declare const YAML_MANIFEST: string;
export declare function testManifest(filename?: string): Promise<Manifest>;
export declare function testManifestDef(filename?: string): Promise<t.IManifest>;
