import { ESLintUtils } from '@typescript-eslint/utils'; declare const ZOD_ARRAY_STYLES: string[]; interface Options { style: (typeof ZOD_ARRAY_STYLES)[number]; } type MessageIds = 'useFunction' | 'useMethod'; export declare const arrayStyle: ESLintUtils.RuleModule & { name: string; }; export {};