import { FungibleImplementation } from "./types";
export declare function buildQueryString(params: Record<string, any>): string;
export declare function polygonNativeAssetImplementation(): FungibleImplementation[];
