export declare function playerExists(command: string, args: string[], regexp: RegExp): boolean;
export declare function spawnPlayer(buffer: Uint8Array, command: string, args: string[]): Promise<unknown>;
