export type EnvironmentFilterProps = { projectId: string; fromTimestamp?: Date; }; export declare const getEnvironmentsForProject: (props: EnvironmentFilterProps) => Promise<{ environment: string; }[]>; //# sourceMappingURL=environments.d.ts.map