import { ApiKeyEntry } from '../public-types/secret.public-types';
export declare const BACKEND_API_KEY = "_BACKEND_API_KEY";
export declare const APP_API_KEY = "APP_API_KEY";
export declare const AGENT_API_HEADER = "x-squid-agent-api-key";
export interface AgentSecrets {
    apiKey: ApiKeyEntry | undefined;
}
