export declare function targetPathPromptComponent(props: {
    targetHostname: string;
    targetPath?: string;
}): Promise<string>;
//# sourceMappingURL=target-path-prompt-component.d.ts.map