export declare function expectHttpCode(code: number, message: any, promise?: any): Promise; export declare function expectError(code: number, message: any, promise?: any): Promise; export declare function expectJSON(promise: Promise, json: any): Promise; export declare function expectAnswer(promise: Promise, testFunc: any): Promise;