import type { CompletionParameters, SerializedCompletionParameters } from './types'; /** * Serializes the completion parameters by converting the message text to a filtered string using the provided context filters. * * @param params - The completion parameters to serialize. * @returns A serialized version of the completion parameters with the message text filtered. */ export declare function getSerializedParams(params: CompletionParameters): Promise; //# sourceMappingURL=utils.d.ts.map