import type { Plugins, Logger } from '@servicenow/sdk-build-core'; export declare const PLUGINS: import("@servicenow/sdk-build-core").Plugin[]; /** * Loads plugins specified by the FLUENT_INJECT_PLUGINS environment variable * * @example * FLUENT_INJECT_PLUGINS=@servicenow/my-plugin */ export declare function injectDevelopmentPlugins(plugins: Plugins, packageJsonPath: string, logger: Logger): void;