export default class StackCleaner {
    private static matchPattern;
    static clean(stack: string): string;
}
