import { TranslocoGlobalConfig } from '@jsverse/transloco-utils';
import { ScopeMap, Config } from '../types';
type Params = {
    translationPath: string;
    scopeToKeys: ScopeMap;
    config: Config & TranslocoGlobalConfig;
};
/**
 * In use in the Webpack Plugin
 */
export declare function generateKeys({ translationPath, scopeToKeys, config }: Params): void;
export {};
