/** * * @param roles the list of roles the user should match against * @param context the graphql context that contains the user info */ export declare function isAuthorizedByRole(roles: string[], context?: any): boolean;