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