import { AutomationsApi } from './AutomationsApi';
export declare class Automations {
    private constructor();
    private static backingInstance;
    /**
     * Use this variable to get a current initialized instance of the Qonversion Automations.
     * Please, use Automations only after calling {@link Qonversion.initialize}.
     * Otherwise, trying to access the variable will cause an error.
     *
     * @return Current initialized instance of the Qonversion Automations.
     * @throws error if Qonversion has not been initialized.
     */
    static getSharedInstance(): AutomationsApi;
}
