import { CustomAuthError } from "./CustomAuthError.js"; export declare class MsalCustomAuthError extends CustomAuthError { constructor(error: string, errorDescription?: string, subError?: string, errorCodes?: Array, correlationId?: string); } //# sourceMappingURL=MsalCustomAuthError.d.ts.map