export declare const useAttributeApi: () => { listAttributes: (resourceKey: string) => Promise; deleteAttribute: (resourceKey: string, attributeId: string) => Promise; };