/** * @license * Copyright Borda All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://borda.dev/license */ export declare const InternalHeaders: Record; export declare const InternalCollectionName: Record; export declare const InternalFieldName: Record; /** * these fields can't be exposed as they are reserved for the system * sensitive fields are removed by default from responses * unless you explicitly ask for them via `query.unlock()` */ export declare const InternalSensitiveFields: string[]; export declare const memo: Map;