export declare class BootpaySingleton {
    private static __instance;
    /**
     * Singleton Instance Return
     * Comment by rumi
     * @date: 2020-10-20
     * @param
     * @returns
     */
    static currentInstance<T>(): T;
}
