import type { ScPrefixStatusResponse, ScPrefixSubmitPayload, ScPrefixSubmitResponse } from "../types/index"; export declare class ScPrefixApiClient { private readonly httpClient; constructor(); submit(payload: ScPrefixSubmitPayload): Promise; status(requestId: string): Promise; } //# sourceMappingURL=client.d.ts.map