import type { AuthorityBoundaryReceipt } from '../types/authority-boundary.js'; export type CreateAuthorityBoundaryReceiptInput = Omit & { /** Optional override; defaults to new Date().toISOString(). */ timestamp?: string; }; export declare function createAuthorityBoundaryReceipt(input: CreateAuthorityBoundaryReceiptInput, evaluatorPrivateKey: string): AuthorityBoundaryReceipt; //# sourceMappingURL=authority-boundary.d.ts.map