/**
 * Fetches the roles tree starting from a specific role.
 */
export declare const fetchRolesTree: (start: string | null, context: {
    knex: import("knex").Knex;
}) => Promise<string[]>;
