export declare const DRPM_REGISTRY_PORT: string;
export declare const DRPM_REGISTRY_URL: string;
export declare const DRPM_REGISTRY_DIR: string;
export declare const DRPM_PROTOCOL_B64URL: string;
export declare const DRL_PROTOCOL_PARAM: string;
export declare const DRPM_VERSION_PREFIXES: string[];
export declare const DRPM_HOME: string;
export declare const DRPM_PROFILE: string;
export declare const DRPM_ENCRYPTED_PROFILE: string;
export declare const DEFAULT_PASSWORD = "insecure correct horse battery staple";
export declare const DEFAULT_DWN_URL = "https://dwn.drpm.tools";
export declare const DEFAULT_PROFILE: {
    name: string;
    dht: {
        did: undefined;
        dwnEndpoints: undefined;
        web5DataPath: undefined;
        password: undefined;
        recoveryPhrase: undefined;
    };
    web: {
        did: undefined;
        dwnEndpoints: undefined;
        web5DataPath: undefined;
        password: undefined;
        recoveryPhrase: undefined;
    };
    btc: {
        did: undefined;
        dwnEndpoints: undefined;
        web5DataPath: undefined;
        password: undefined;
        recoveryPhrase: undefined;
    };
};
//# sourceMappingURL=config.d.ts.map