export type IPlatform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd' | 'haiku';
export declare namespace IPlatform {
    const all: ReadonlyArray<IPlatform>;
}
export default IPlatform;
