import { TestRunnerPlugin } from '@web/test-runner-core'; export type A11ySnapshotPayload = { selector?: string; }; export declare function a11ySnapshotPlugin(): TestRunnerPlugin; //# sourceMappingURL=a11ySnapshotPlugin.d.ts.map