import { SecretLintRuleCreator } from "@secretlint/types"; export declare const messages: { HOMEDIR: { en: (props: { PATH: string; }) => string; ja: (props: { PATH: string; }) => string; }; }; export type Options = { /** * Define allow pattern written by RegReg-like strings * See https://github.com/textlint/regexp-string-matcher#regexp-like-string **/ allows?: string[]; /** * For debug */ _debugHomeDir?: string; }; export declare const creator: SecretLintRuleCreator; //# sourceMappingURL=index.d.ts.map