import { TransactionHashish } from "./types"; export declare function gasStory(txOrGasUsed: TransactionHashish | TransactionHashish[] | number, ...categories: string[]): Promise; //# sourceMappingURL=gasStories.d.ts.map