export declare class ApplyOnce { static allowOneMoreUpdate(updateFileName?: string): void; static appliedOnce(updateFileName?: string): boolean; static doNotUpdate(updateFileName?: string): void; } //# sourceMappingURL=ApplyOnce.d.ts.map