export declare const messages: { 'no-array-values': string; 'no-conditional-values': string; 'no-dynamic-keys': string; 'no-function-calls': string; 'no-identifier-arguments': string; 'no-object-access': string; 'no-object-references': string; 'no-spread-elements': string; 'no-unsafe-values': string; 'no-variables': string; }; export type MessageId = keyof typeof messages;