import { SchemaName } from "../type/schemas.js";
declare const EPs: {
    v1: (schemaName: SchemaName) => {
        challenge: string;
        canIssue: string;
        issue: string;
    };
};
export { EPs };
