type ldapTestSearchProps = { username: string; }; export declare const isLdapTestSearch: import("ajv").ValidateFunction; export type LDAPEndpoints = { '/v1/ldap.testConnection': { POST: () => { message: string; }; }; '/v1/ldap.testSearch': { POST: (params: ldapTestSearchProps) => { message: string; }; }; '/v1/ldap.syncNow': { POST: () => { message: string; }; }; }; export {}; //# sourceMappingURL=ldap.d.ts.map