export type BendystrawConfig = { apiKey: string; url?: string; }; export declare function getBendystrawUrl(chainId: number, config: BendystrawConfig): string; //# sourceMappingURL=getBendystrawUrl.d.ts.map