import { PricingProvider, PricingResult } from './index'; /** * Spaceship - Modern registrar with clean UI * URL: https://www.spaceship.com/domain-search/?domain={domain} */ export declare class SpaceshipProvider implements PricingProvider { name: string; getPrice(domain: string, head?: boolean): Promise; } //# sourceMappingURL=spaceship.d.ts.map