import type * as fsapplite from '../../../../libs/fsapplite'; declare type FSAppLiteType = typeof fsapplite; export declare const useEnv: () => FSAppLiteType['env']; export {};