declare module 'de-indent' { export default function deindent (input: string): string } declare namespace jasmine { interface Matchers { toHaveBeenWarned(): void; toHaveBeenTipped(): void; } interface ArrayLikeMatchers { toHaveBeenWarned(): void; toHaveBeenTipped(): void; } }