import type { Signature, Signer } from '@sigstore/sign'; export declare class StaticSigner implements Signer { sign(data: Buffer): Promise; }