Provider that returns a timestamp token for a given signature.
typedef PdfTimestampProvider = Future<Uint8List> Function(Uint8List signature);