import { Metadata } from '@superblocksteam/types'; export type ResourceMetadata = object; export declare const buildCommonMetadata: ({ id, type, organization, timestamp, tags }: { id: string; type: string; organization: string; timestamp?: { created: Date; updated: Date; deactivated: Date | null; }; tags?: { [key: string]: string; }; }) => Metadata; //# sourceMappingURL=index.d.ts.map