export interface EnvironmentContextOptions { now?: () => Date; includeGit?: boolean; } export declare function buildEnvironmentContextLayer(workspaceDir: string, options?: EnvironmentContextOptions): Promise; //# sourceMappingURL=environment.d.ts.map