export declare const DEFAULT_SLACK_WEBHOOK_URL = "T04CM84GAV6/B0A2DS3ST8C/FLtOA3Jna3FN7UO4DoGxHfhG"; declare function error(options: { title: string; error: string; poolAddress: string; chainId: number; slackWebookUrl: string; address?: string; }): void; export declare const SLACK: { error: typeof error; }; export {};