/**
 * Aborts the wizard with a message that Spotlight mode is not yet supported
 * for the given platform.
 */
export declare function abortIfSpotlightNotSupported(platform: string): Promise<never>;
