import { Exception } from "./Exception"; export declare class Exception_ArgumentNull extends Exception { argumentName: string; constructor(argumentName: string, message?: string | null, innerException?: Exception | null); } //# sourceMappingURL=Exception_ArgumentNull.d.ts.map