import type { Options, SerializedOptions } from './types.js'; export declare const createSerializedOptions: (options: Options) => SerializedOptions;