export declare function computeSha256(filePath: string): Promise<string>;
export declare function verifySha256(filePath: string, signatureFile: string): Promise<boolean>;
export declare function getStorePublicKey(): Uint8Array;
export declare function verifyEd25519(data: Uint8Array, signatureB64: string, pubKey?: Uint8Array): boolean;
//# sourceMappingURL=signature.d.ts.map