export declare function exemptionListCommand(): Promise; export declare function exemptionAddCommand(options: { rule: string; reason: string; }): Promise; export declare function exemptionAuditCommand(): Promise; //# sourceMappingURL=exemption.d.ts.map