export declare class PAAttribute {
    readonly type: string;
    readonly value: string;
}
