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