/**
 * Endpoint to use when authenticating with an API key outside of Spacelift
 */
export declare const apiKeyEndpoint: string | undefined;
/**
 * ID of the API key to use when executing outside of Spacelift
 */
export declare const apiKeyId: string | undefined;
/**
 * API key secret to use when executing outside of Spacelift
 */
export declare const apiKeySecret: string | undefined;
/**
 * Spacelift token generated by a run, only useful from within Spacelift
 */
export declare const apiToken: string | undefined;
