export interface BuildNotificationOptions { enable: boolean; endpoint: string; } export declare enum BuildNotificationType { COMPLETED = "federation-rebuild-complete", ERROR = "federation-rebuild-error", CANCELLED = "federation-rebuild-cancelled" } //# sourceMappingURL=build-notification-options.contract.d.ts.map