import { SecretLintFormatterOptions } from "@secretlint/types";
export type FormatterConfig = {
    formatterName: string;
} & SecretLintFormatterOptions;
//# sourceMappingURL=types.d.ts.map