import { FieldSymbol } from "../types";
export declare function assigned(val: FieldSymbol): boolean;
