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