import Restack, { ServiceInput } from "@restackio/ai"; export declare function elevenlabsService({ client, options, }: { client: Restack; options?: ServiceInput["options"]; }): Promise;