import { FunctionHandler } from '../types.js'; import { BasedRoute, Session } from '@based/functions'; export declare const createObs: FunctionHandler>; export declare const createObsNoStart: FunctionHandler>;