export interface ZipInfo { url: string; path: string; } export declare function getZipInfo(boilerplate: string): ZipInfo;