import { EmptyFeature } from './EmptyFeature';
export type AppsFlyerConfig = {
    enabled: boolean;
    appsFlyerId: string;
};
export declare class AppsFlyerFeature extends EmptyFeature {
    constructor(config: AppsFlyerConfig);
}
