import { BaseSettings, MindeeApiConstructorProps } from "../../http/baseSettings.js";
export declare const STANDARD_API_OWNER: string;
export declare class ApiSettingsV1 extends BaseSettings {
    baseHeaders: Record<string, string>;
    constructor({ apiKey, dispatcher, }: MindeeApiConstructorProps);
    protected apiKeyFromEnv(): string;
    protected hostnameFromEnv(): string;
}
