export interface GirPackage {
    /** @deprecated package name containing the library */
    $: {
        /** name of the package */
        name: string
    }
}
