import type { TSetupConfig } from "../types/formbricks";
export declare const setup: (config: TSetupConfig) => Promise<void>;
export declare const callMethod: (method: string, ...args: unknown[]) => Promise<void>;
