import { NamedFunction0 } from './_Base';
export declare class playerMode extends NamedFunction0 {
    static type(): string;
    func(): boolean;
}
