import type Mash02 from '@girs/mash-0.2';

declare global {
    export interface GjsGiImports {
        Mash: typeof Mash02;
    }
}

export default GjsGiImports;
