export declare function getEnv(name: string): string;
export declare function getEnvForGitHubAction(name: string): string;
