export declare class Replay { /** * Hardcoded to return true. * * @param p0 * @returns */ static closeVideoEditor(p0: any): any; /** * Hardcoded to return true. * * @returns */ static openVideoEditor(): any; /** * nullsub, doesn't do anything */ static setScriptsHaveCleanedUpForReplaySystem(): void; /** * Hardcoded to return false. * * @returns */ static isVideoEditorRunning(): boolean; /** * Hardcoded to return false. Old name: _IS_INTERIOR_RENDERING_DISABLED * * @returns */ static systemHasRequestedAScriptCleanup(): boolean; } //# sourceMappingURL=Replay.d.ts.map