import { type LWCErrorInfo } from '@lwc/errors'; import type { BaseNodeWithoutComments } from 'estree'; type ExtractArguments = T extends `${string}{${infer N extends number}}${infer R}` ? N extends Numbers ? ExtractArguments : ExtractArguments : Args; export declare function generateError(node: BaseNodeWithoutComments, error: T, ...messageArgs: ExtractArguments): import("@lwc/errors").CompilerError; export {}; //# sourceMappingURL=errors.d.ts.map