// Generated by typings // Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/56295f5058cac7ae458540423c50ac2dcf9fc711/karma-jasmine/karma-jasmine.d.ts declare function fdescribe(description: string, specDefinitions: () => void): void; declare function fit(expectation: string, assertion: () => void): void;