export declare class DsgException {
    name: string;
    constructor(message: string);
}
