import { OSRelease } from "../types"; export declare function tryOSRelease(text: string): Promise; export declare function tryLsbRelease(text: string): Promise; export declare function tryDebianVersion(text: string): Promise; export declare function tryAlpineRelease(text: string): Promise; export declare function tryRedHatRelease(text: string): Promise; export declare function tryCentosRelease(text: string): Promise; export declare function tryOracleRelease(text: string): Promise;