import { type Node } from './RTD/syntax'; import type { Manifest } from '@toa.io/norm'; export declare function manifest(declaration: object, manifest: Manifest): Node;