import type { NestedExtensionType } from '@db-studio/types'; export declare function ensureExtensionDirs(extensionsPath: string, types: readonly NestedExtensionType[]): Promise;