/** ****************************************************************************** * Copyright (c) 2025 Precies. Software OU and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * ****************************************************************************** */ import { CreateNamespaceOptions } from './create-namespace-options'; import { PublishOptions } from './publish-options'; import { VerifyPatOptions } from './verify-pat-options'; export declare function doVerifyPat(options: VerifyPatOptions): Promise; export declare function requestPAT(namespace: string, options: CreateNamespaceOptions | PublishOptions | VerifyPatOptions, verify?: boolean): Promise; export declare function getPAT(namespace: string, options: CreateNamespaceOptions | PublishOptions | VerifyPatOptions, verify?: boolean): Promise; //# sourceMappingURL=pat.d.ts.map