import { Context } from './@types/semantic-release/index.js'; export declare function getTrustedPublisher(): 'github' | 'gitlab' | null; export declare function isTrustedPublisher(): boolean; export declare function getAPIToken(context: Context, repoUrl?: string): Promise;