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