/** * Check if a ledger entry exists for the given commit */ export declare function checkLedgerEntry(octokit: any, owner: string, repo: string, sha: string): Promise; /** * Get ledger entries for a repository */ export declare function getLedgerEntries(octokit: any, owner: string, repo: string, ref?: string): Promise; //# sourceMappingURL=validator.d.ts.map