import { PylonAddresses } from "./addresses"; export declare const createPylonRules: ({ stakingAddress, govAddress, airdropAddress, }: PylonAddresses) => { stakeLPRule: { type: string; attributes: string[][]; }; unstakeLPRule: { type: string; attributes: string[][]; }; lpStakingRewardRule: { type: string; attributes: string[][]; }; govStakeRule: { type: string; attributes: string[][]; }; govUnstakeRule: { type: string; attributes: string[][]; }; airdropRule: { type: string; attributes: string[][]; }; };