import { AuditOptions } from '../types'; export declare function runAudit(options: AuditOptions): Promise;