import { PlayerWarning } from './core/deficiency/PlayerWarning'; export declare class PlayerModuleMissingWarning extends PlayerWarning { constructor(moduleName: string, message: string); }