export interface KyselyTypeError<E extends string> {
    readonly __kyselyTypeError__: E;
}
