import { FieldSymbol } from "./types";
export declare function expandDynamic(code: string, evaluate: (name: string) => FieldSymbol | undefined): string;
