import { LiffWalletConfig } from "../config/config";
export declare function getWalletLiffBaseUrlByRequestMethod(config: LiffWalletConfig, method: string): string;
