import type { NetlifyAPI } from '@netlify/api';
import type { SiteInfo } from './types.js';
export declare const getSiteByName: (api: NetlifyAPI, siteName: string) => Promise<SiteInfo>;
//# sourceMappingURL=get-site.d.ts.map