declare type PriorityValue = { value: T; priority: number; }; export declare function getCurrentLinuxDistro(): Promise[]>; export {};