/** * List the tenant's installs of `slug`. The vertical match is tail-tolerant exactly * like `hostnames` (a staff push pinned to a tenant registers `/` * while everyone keeps SAYING the bare name), so the two commands always agree on * what an install of '' is. */ export declare function printInstalls(controlPlaneUrl: string, header: Record, tenantId: string, slug: string): Promise; //# sourceMappingURL=installs.d.ts.map