import { ResourceConfig, AttributesPayload, RelationshipsPayload } from './resource'; export declare const deserialize: (data: Record) => Promise; export declare const serialize: (config: ResourceConfig, attributes: AttributesPayload, relationships: RelationshipsPayload) => Promise; //# sourceMappingURL=serializer.d.ts.map