import type { ReadResult } from '../types.js'; interface GetDestinationManifestProps { cwd?: string; } export declare const getDestinationManifest: (props?: GetDestinationManifestProps) => Promise; export {};