/** * @license * Copyright Elegante 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://elegante.dev/license */ export declare const InternalHeaders: { apiSecret: string; apiKey: string; apiMethod: string; apiToken: string; apiInspect: string; apiTimeZone: string; }; export declare const InternalCollectionName: { [key: string]: string; }; export declare const InternalFieldName: { [key: string]: string; }; /** * 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;