Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
// Copyright 2017 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0
export const GLIBC: 'glibc';
export const MUSL: 'musl';
export function family(): Promise;
export function familySync(): string | null;
export function isNonGlibcLinux(): Promise;
export function isNonGlibcLinuxSync(): boolean;
export function version(): Promise;
export function versionSync(): string | null;