import type { SecretLintRuleCreator } from "@secretlint/types"; export declare const messages: { ANTHROPIC_API_KEY: { en: (props: { KEY: string; }) => string; ja: (props: { KEY: string; }) => string; }; }; export declare const creator: SecretLintRuleCreator; //# sourceMappingURL=index.d.ts.map