export declare class LocalBaseConfiguration {
    static NAMECOM_API_PASS: string;
    static NAMECOM_API_USER: string;
    static NAMECOM_API_URL: string;
}
