/* auto-generated by NAPI-RS */ /* eslint-disable */ export declare function getAttribute(path: string, name: string): Promise export declare function getAttributeSync(path: string, name: string): Buffer | null export declare function listAttributes(path: string): Promise> export declare function listAttributesSync(path: string): Array export declare function removeAttribute(path: string, name: string): Promise export declare function removeAttributeSync(path: string, name: string): void export declare function setAttribute(path: string, name: string, value: Buffer | string): Promise export declare function setAttributeSync(path: string, name: string, value: Uint8Array | string): void