/** * Optional context information and utilities for FTS functions. */ export declare class Context { /** Version of the FTS handler that is invoking the function */ readonly version: string; constructor(version: string); }