declare const attribute: {
    [key: string]: any;
    process: (...args: any[]) => any;
};
export default attribute;
