export default class BootstrapError extends Error {
    suggestions: string[];
    constructor(message: string, suggestions: string[]);
}
