import { DatasourceEnvironments } from '../types/index.js'; export declare function getDefaultEnvironment(isPublished: boolean): string; export declare function getDefaultDatasourceEnvironment(isPublished: boolean): DatasourceEnvironments; export declare function checkEnvironment(environment: string): string; //# sourceMappingURL=environment.d.ts.map