/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Parses the given value into a boolean * @internal */ export declare const parseBoolean: (value: any) => boolean; //# sourceMappingURL=conversion.d.ts.map