import { ExpectMatcherState, Locator, MatcherReturnType } from '@playwright/test'; export declare const expect: import("@playwright/test").Expect<{ isChecked(this: ExpectMatcherState, receiver: Locator): Promise; isNotChecked(this: ExpectMatcherState, receiver: Locator): Promise; toHaveValue(this: ExpectMatcherState, receiver: Locator, expected: string): Promise; }>; //# sourceMappingURL=custom-matchers.d.ts.map