export type ImportDocumentFromRegistry = (meta: { namespace: string; slug: string; }) => Promise<{ ok: true; data: Record; } | { ok: false; error: string; }>; //# sourceMappingURL=configuration.d.ts.map