export declare const expect: (message?: string) => { that: (subject: any) => { is: (expected: any) => void; throws: () => void; throwsAsync: () => Promise; }; };