import { ApiKey } from "./apiKey"; export interface SmsConfig { apiKey: ApiKey; lineNumber: number; } //# sourceMappingURL=smsConfig.d.ts.map