export declare abstract class GripInstructException {
    abstract message: string;
}
//# sourceMappingURL=GripInstructException.d.ts.map