/** The `voice` segment under the user's goodvibes root. */ export declare const MANAGED_VOICE_DIRECTORY_NAME = "voice"; /** * The managed voice root for a home directory: engines, models and the `wake` * subtree the wake-word artifacts live in. * * Throws on a relative or empty home directory rather than quietly resolving * against the process's working directory, which for an installer would scatter * a 200 MB tree wherever it happened to be run from. */ export declare function resolveManagedVoiceRoot(homeDirectory: string): string; //# sourceMappingURL=managed-root.d.ts.map