declare global { let App: (config?: any) => any; let getApp: () => any; } import { FeatureProbe, FPUser, FPDetail, FPConfig } from "featureprobe-client-sdk-js"; /** * Initialize SDK with required parameters * * @param options * The required parameters used in SDK initialization */ export declare function initialize(options: FPConfig): FeatureProbe | undefined; /** * Get the SDK client */ export declare function getClient(): FeatureProbe | undefined; export { FPUser, FeatureProbe, FPDetail, FPConfig };