/** * Retrieves the list of plugins used in the project, if available. * * @returns {string[]} An array of plugin names. */ export declare const get: () => string[]; export declare const normalize: (bundleName: string) => string;