/// declare namespace Chai { interface Assertion { accessible(options?: Object): Promise; } interface Assert { isAccessible(fixture: any, options?: Object): Promise; isNotAccessible(fixture: any, options?: Object): Promise; } }