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