export declare const isError: (someValue: any) => someValue is Error; export declare const asError: (someValue: any) => Error;