interface ISetGasStationMetadataParams { shard: number; apiAddress: string; } export declare function setGasStationMetadata({ shard, apiAddress }: ISetGasStationMetadataParams): Promise; export {};