/** @deprecated We don't restrict roles in the database anymore. */ export declare const internalRolePrefix = "#internal:"; /** @deprecated We don't restrict roles in the database anymore. */ export declare const isInternalRole: (roleName: string) => boolean;