//#region ts/hasAllKeywords.d.ts declare function hasAllKeywords(actual: string[] | undefined, expected: string[]): boolean; //#endregion export { hasAllKeywords }; //# sourceMappingURL=hasAllKeywords.d.ts.map