import { RxapError } from '@rxap/utilities';
export declare class RxapDataSourceError extends RxapError {
    constructor(message: string, code: string, className?: string);
}
