import { TargetProtocol } from '../util/target-protocol';
export declare function appConfigureComponent(props: {
    yes: boolean;
    targetProtocol: TargetProtocol;
    targetHostname: string;
    targetPath: string;
}): Promise<void>;
//# sourceMappingURL=app-configure-component.d.ts.map