/** * Plugin-level auditing. * * See {@link @backstage/code-plugin-api#AuditorService} * and {@link https://backstage.io/docs/backend-system/core-services/auditor | the service docs} * for more information. * * @public */ export declare const auditorServiceFactory: import("@backstage/backend-plugin-api").ServiceFactory;