import { Attribute } from '../instruction'; export declare function getAttributes(attributes: { [key: string]: string | Attribute; }): string;