export interface Packages {
    official?: string[];
    micropip?: string[];
}
