import { AstroIntegrationLogger } from 'astro';

declare const getNamespaces: (defaultLocalesDir: string, defaultNamespace: string, logger: AstroIntegrationLogger) => {
    namespaces: string[];
};

export { getNamespaces };
