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