import { BookStackConfig } from '../auth/config.js';
export declare class AttachmentsResource {
    private client;
    constructor(config: BookStackConfig);
    listAttachments(params?: any): Promise<any>;
    getAttachment(params: any): Promise<any>;
    createAttachment(params: any): Promise<any>;
    updateAttachment(params: any): Promise<any>;
    deleteAttachment(params: any): Promise<any>;
}
//# sourceMappingURL=attachments.d.ts.map