export declare class ErrorWithStack extends Error { constructor(message?: string, callsite?: Function); } export declare const createLibraryNotSupportedError: (error: Error) => Error; export declare const prepareErrorMessage: (error: Error) => string; export declare const createQueryByError: (error: Error, callsite: Function) => null;