import * as _nx_devkit from '@nx/devkit'; import { ExecutorContext } from '@nx/devkit'; import { S as StormWorkspaceConfig } from './types-DI57BUsw.js'; // Generated by @storm-software/untyped // Do not edit this file directly interface SizeLimitExecutorSchema { /** * Output Path * * The output path for the build * * * @format path */ outputPath?: string, /** * Entry * * The path to the entry file * */ entry?: Array, } declare function sizeLimitExecutorFn(options: SizeLimitExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{ success: boolean; }>; declare const _default: _nx_devkit.PromiseExecutor; export { type SizeLimitExecutorSchema as S, _default as _, sizeLimitExecutorFn as s };