export declare class StoryException extends Error { useEndLineNumber: boolean; message: string; name: string; constructor(message: string); }