import { SetuUPIDeepLinkParams } from "./helpers/types";
import { SetuUPIDeepLinkInstance } from "./types";
export declare const SetuUPIDeepLink: (params: SetuUPIDeepLinkParams) => SetuUPIDeepLinkInstance;
