export declare const BluestackSDK: {
    /**
     * Load interstitial ad for a given placementId and shows it
     */
    initialize(appId: string, enableDebug?: boolean): Promise<number>;
};
