/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * @hidden * Verifies that `key` isn't an invalid key name. Useful for detecting when we're leaking private * fields into network payloads. */ export declare function validateJsonFieldName(key: string): void; //# sourceMappingURL=validateJsonFieldName.d.ts.map