export declare const SOL_NATIVE = "So11111111111111111111111111111111111111111";
export declare const NATIVE_TOKEN: {
    ETH: string;
    SOL: string;
};
export type NativeTokenKey = keyof typeof NATIVE_TOKEN;
//# sourceMappingURL=addresses.d.ts.map