/** * Property names used for storing test metadata on modules, classes, and functions. */ export declare const keywords: { /** Property used to mark a test as 'only'. */ only: string; /** Property used to store a custom title for a test. */ title: string; /** Property used to store parameterized test cases. */ cases: string; /** The standard name for a default export in a module. */ defaultExport: string; /** A tag used to identify a module. */ moduleTag: string; }; //# sourceMappingURL=keywords.d.ts.map