import type { ConfigType, KontaktType } from './types';
export declare const KontaktModule: any;
/**
 * Methods shared in android and iOS
 */
export declare const configure: (params?: ConfigType | undefined | null) => Promise<void>;
export * from './types';
declare const _default: KontaktType;
export default _default;
