import { Environment } from './Environment';
export declare const isEnvironment: (candidate: any) => candidate is Environment;
