export declare const argv: string[]; export declare const env: Record; export declare const isProduction: boolean; export declare const isDevelopment: boolean;