/**
 * Prompts for and validates a custom domain
 */
export declare function promptForDomain(projectName: string): Promise<string>;
