/** * Accessibility Audit Command Handler * * Dynamically imports axe-core to run accessibility audits. * Works when devbar is loaded (axe-core is a devbar dependency). */ import type { GetA11yCommand, SweetlinkResponse } from '../../types.js'; /** * Handle get-a11y command from CLI */ export declare function handleGetA11y(_command: GetA11yCommand): Promise; //# sourceMappingURL=a11y.d.ts.map