import type { FunctionMap } from '../descriptors'; /** * alternate functions. these are used (atm) only for changing complex * behavior. */ export declare const AltFunctionLibrary: FunctionMap; export declare const BaseFunctionLibrary: FunctionMap;