export declare class ServerlessRunningStages {
    static getAllStagesForRegion(region: string, ignoreStages?: string[]): Promise<string[]>;
}
