import { ResourceConfig, ConcreteResourceInstance, Resource } from '../resource'; export interface AttachmentAttributes { name: string; description: string; url: string; } export interface AttachmentRelationships { attachable: any; } export declare type AttachmentInstance = ConcreteResourceInstance; export declare const AttachmentsConfig: ResourceConfig; export declare const Attachments: Resource; //# sourceMappingURL=Attachments.d.ts.map