/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { Handler } from "./common.js"; /** * declared file handlers */ export declare const policyHandlers: Handler[]; export { type Handler } from "./common.js"; //# sourceMappingURL=index.d.ts.map