import type { IVpc } from '@spinnaker/core'; export declare class VpcReader { private static cache; static listVpcs(): PromiseLike; static resetCache(): void; static getVpcName(id: string): PromiseLike; }