/** Called once by the program's preAction hook. */ export declare function recordEnvironmentProfile(value: string | undefined): void; export declare function getEnvironmentProfile(): string | undefined;