export declare class AppError extends Error { interrupted: boolean; } export declare function createInterruptedError(message: string): AppError;