export interface SystemGlobal {
    env:undefined|string;
    url:string;
}