/** * Resolve the specified attribute from token info */ export declare const resolveAttr: (info: string, attr: string) => string | null;