import type { LLSDToken } from './LLSDToken';
export type LLSDTokenGenerator = () => LLSDToken | undefined;