export declare function assert(expression: boolean, message?: string, type?: ErrorType): asserts expression;
export declare enum ErrorType {
    Internal = 0,
    Query = 1
}
//# sourceMappingURL=debug.d.ts.map