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