import { LogFindersActionRuleSet } from "../types"; declare const create: (network: string) => LogFindersActionRuleSet[]; export default create;